Answered by:
Reginal Languge

Question
-
User-1720479301 posted
Dear All ,
we have an web application now we like to add new regional languges like PASHTO or Persian or URDU (which has option which languge do u like ) how to add these funcation could u any one tell me ,,, so do we need to change in Database tooo or not
thanks
Monday, May 30, 2011 1:41 AM
Answers
-
User-1364446067 posted
Hi.
If you want to show your data too in regional language format, then you need a change in your DB too.
For application, you need to have resource files for thes languages which will have translation of your page controls and messages etc into these languages.
By setting the culture to this langauge, that respective resource file will be used and your page/ controls will be translated.
when user selectts a language you can set the culture of your application to that selected language.
See my post here for grabbing it step by step: http://forums.asp.net/t/1682342.aspx/1?tell+me+localiztions+steps
--
hope this helps..
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, May 30, 2011 3:03 AM -
User-1696077569 posted
The link i posted will give u a start..Start creating and post queries if you face..
http://www.codeproject.com/Kb/aspnet/localizationByVivekTakur.aspx
Look at end of article
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, June 7, 2011 6:32 AM -
User-1364446067 posted
could you teach me how to localized the database in sql server coz we get data from database
Sure, there are many softwares available also for doing this type of localization.
check these softwares + tutorials. these tutorials are of beginner level and very to the point:
http://www.lingobit.com/solutions/database/database_localization.html
http://help.multilizer.com/devzone/databases/
http://www.sisulizer.com/online-help/DatabaseLocalization.shtml
http://www.sisulizer.com/localization/software/server-desktop-database.shtml
I just searched these on google. I have personal experiece for using sisulizer , but that was just for translating .net resx files. Seems a good tool for translations and localizations..
--
Hope this helps..
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, June 7, 2011 6:43 AM
All replies
-
User-1364446067 posted
Hi.
If you want to show your data too in regional language format, then you need a change in your DB too.
For application, you need to have resource files for thes languages which will have translation of your page controls and messages etc into these languages.
By setting the culture to this langauge, that respective resource file will be used and your page/ controls will be translated.
when user selectts a language you can set the culture of your application to that selected language.
See my post here for grabbing it step by step: http://forums.asp.net/t/1682342.aspx/1?tell+me+localiztions+steps
--
hope this helps..
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, May 30, 2011 3:03 AM -
User-1696077569 posted
You need to localize your site
please follow
http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx http://www.codeproject.com/Kb/aspnet/localizationByVivekTakur.aspx
Monday, May 30, 2011 3:14 AM -
User-1720479301 posted
could you teach me how to localized the database in sql server coz we get data from database
Tuesday, June 7, 2011 6:18 AM -
User-1696077569 posted
The link i posted will give u a start..Start creating and post queries if you face..
http://www.codeproject.com/Kb/aspnet/localizationByVivekTakur.aspx
Look at end of article
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, June 7, 2011 6:32 AM -
User-1364446067 posted
could you teach me how to localized the database in sql server coz we get data from database
Sure, there are many softwares available also for doing this type of localization.
check these softwares + tutorials. these tutorials are of beginner level and very to the point:
http://www.lingobit.com/solutions/database/database_localization.html
http://help.multilizer.com/devzone/databases/
http://www.sisulizer.com/online-help/DatabaseLocalization.shtml
http://www.sisulizer.com/localization/software/server-desktop-database.shtml
I just searched these on google. I have personal experiece for using sisulizer , but that was just for translating .net resx files. Seems a good tool for translations and localizations..
--
Hope this helps..
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, June 7, 2011 6:43 AM