Language change on site database - just a push in the right directionhttp://forums.asp.net/t/1489342.aspx/1?Language+change+on+site+database+just+a+push+in+the+right+directionTue, 10 Nov 2009 02:22:56 -050014893423496066http://forums.asp.net/p/1489342/3496066.aspx/1?Language+change+on+site+database+just+a+push+in+the+right+directionLanguage change on site database - just a push in the right direction <p>Hi.</p> <p>I want to do a site with suport for more languages, just like it is here on this site.I got some questions about this i just need to clarify before i start working with it.<br> </p> <p><br> </p> <p>1. I seen some tutorials about Globalization and Localization and they use .resx to get the different texts from. Now i guess that is for lets say the headers, menus and so on, im i right? not body text e.i a blog post.</p> <p><br> </p> <p>2. How can i do/how do i do to get e.i text from a database depending on the lang? e.i presentation text is in 3 langs.. </p> <p><br> </p> <p>Tips, articles, examples or explinations is welcome</p> <p><br> </p> <p>Thanks in advance<br> </p> 2009-11-05T12:35:02-05:003497132http://forums.asp.net/p/1489342/3497132.aspx/1?Re+Language+change+on+site+database+just+a+push+in+the+right+directionRe: Language change on site database - just a push in the right direction <p>The contents can be translated to &nbsp;any language by Google Translation API.</p> 2009-11-05T23:26:25-05:003497298http://forums.asp.net/p/1489342/3497298.aspx/1?Re+Language+change+on+site+database+just+a+push+in+the+right+directionRe: Language change on site database - just a push in the right direction <p>Hi,</p> <p>Answer for your first query is, whenever we are localizaing an application all text which displayed to the user should come from&nbsp;resx file or database.&nbsp;If your&nbsp;application takes input from user then, it should allow user to type in his/her own language.</p> <p>Please refer below link for more information-</p> <p><a href="http://msdn.microsoft.com/en-us/goglobal/bb688110.aspx">http://msdn.microsoft.com/en-us/goglobal/bb688110.aspx</a></p> <p>&nbsp;</p> <p>For your second query, if you are using database instead of resx file, then all the text should be stored in key- value pair form similar to resx file's key-value pair. Then fetch the data and put it in aplication. Refere below link for more information.</p> <p><a href="http://msdn.microsoft.com/en-us/library/aa479334.aspx">http://msdn.microsoft.com/en-us/library/aa479334.aspx</a>&nbsp;</p> <p>Hope this will give you a quite fair idea :)</p> <p>&nbsp;</p> <p>&nbsp;</p> 2009-11-06T02:43:18-05:003501920http://forums.asp.net/p/1489342/3501920.aspx/1?Re+Language+change+on+site+database+just+a+push+in+the+right+directionRe: Language change on site database - just a push in the right direction <p>thanks <b>leena.d.patil. </b>the information was pretty good.. i get the idea now i just have to execute it :)</p> <p><br> </p> <p>any code examples is appriciated<br> </p> <p><br> </p> <p><br> </p> 2009-11-09T11:37:18-05:003503167http://forums.asp.net/p/1489342/3503167.aspx/1?Re+Language+change+on+site+database+just+a+push+in+the+right+directionRe: Language change on site database - just a push in the right direction <p>&nbsp;Hi, </p> <p>Refer below link-</p> <p><a href="http://msdn.microsoft.com/en-us/library/ms227982.aspx">http://msdn.microsoft.com/en-us/library/ms227982.aspx</a></p> <p>It contains code samples for fetching values from '.resx' file.</p> <p>&nbsp;</p> 2009-11-10T02:22:56-05:00