Using SQL for localization instead of RESX files in ASP.NET

Posted by user313994 on Stack Overflow See other posts from Stack Overflow or by user313994
Published on 2010-04-11T17:02:14Z Indexed on 2010/04/11 17:03 UTC
Read the original article Hit count: 312

Filed under:
|
|

Hi,

I'm thinking of developing the following but wondering if it already exists out there:

I need a SQL based solution for assigning and managing localization text values for an asp.net site instead of using RESX files. This helps maintain text on the site without having to take it down for deployment whenever an update is required.

Thanks.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about sql