Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

We need to localize our web app in both English and Spanish. Currently, the English and Spanish texts are in 2 tables: one for English, one for Spanish. These 2 tables are used by our propritary Windows app. My manager wants me to still use the 2 tables when we're coding the web app.

 

I read these 2 sites:

http://www.codeguru.com/csharp/.net/net_asp/miscellaneous/article.php/c12407__2/

 

http://www.codeproject.com/useritems/localization.asp

 

At the end of the second link, it does talk about having translations in the database.

my question is is there a way to populate the RESX files from the database? How can I use the resx files if the translanslations are in the database?

 

I'm thinking if translations/data are in the database, then I cant use RESX files/ASP.Net's localization technique and I just have to read the tables and load the text to label controls.

 

Any thoughts? thanks.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...