Answered by:
How i get start for developing Multilingual website using c# asp.net 3.5

Question
-
User1623409651 posted
Hi all,
Iam going to develop the Multilingual website using c# asp.net 3.5 i want to know what things are important to know or from where i can get start any resource or links or help is apperiacted.
Regards
Saturday, March 27, 2010 1:04 AM
Answers
-
User-574293449 posted
please go throught the following article:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, March 27, 2010 3:11 AM -
User-1636183269 posted
Just refer first : http://forums.asp.net/t/1514920.aspx
For more details you can visit ASP.NET Globalization / Localization feature.
http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx
http://msdn.microsoft.com/en-us/library/c6zyy3s9(VS.80).aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, March 27, 2010 3:17 AM -
User78336405 posted
Hi,
ASP.NET Quickstart Tutorials is a good resource. Check this:http://quickstarts.asp.net/QuickStartv20/aspnet/doc/localization/default.aspx .
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 29, 2010 3:35 AM -
User-1200560727 posted
Hi,
Please go through my below post:
http://forums.asp.net/t/1526291.aspx
I hope it will helpful to you.
Regards,
Tapan
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 29, 2010 7:58 AM -
User-1200560727 posted
Hi,
Please go through below link:
http://www.codeproject.com/KB/aspnet/MultiLingualResxGenerator.aspx
I hope it will helpful to you.
Regards,
Tapan
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, March 30, 2010 2:14 AM
All replies
-
User-574293449 posted
please go throught the following article:
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, March 27, 2010 3:11 AM -
User-1636183269 posted
Just refer first : http://forums.asp.net/t/1514920.aspx
For more details you can visit ASP.NET Globalization / Localization feature.
http://msdn.microsoft.com/en-us/library/c6zyy3s9.aspx
http://msdn.microsoft.com/en-us/library/c6zyy3s9(VS.80).aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Saturday, March 27, 2010 3:17 AM -
User-1392959185 posted
You can use localization feature in asp.net
http://aspalliance.com/821_Localization_in_ASPNET_20
http://www.codeproject.com/KB/aspnet/LocalizationPackage.aspx
Saturday, March 27, 2010 3:22 AM -
User1623409651 posted
Thanks all for replies,
Let me study the above provided links and will back to you for marking as answer the reply ....
Again thanks for help
Regards
Monday, March 29, 2010 12:17 AM -
User78336405 posted
Hi,
ASP.NET Quickstart Tutorials is a good resource. Check this:http://quickstarts.asp.net/QuickStartv20/aspnet/doc/localization/default.aspx .
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 29, 2010 3:35 AM -
User-1200560727 posted
Hi,
Please go through my below post:
http://forums.asp.net/t/1526291.aspx
I hope it will helpful to you.
Regards,
Tapan
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 29, 2010 7:58 AM -
User1623409651 posted
Thanks all for reply,
How i apply the localization on those controls which are populating from Database like DropDown with the names of City or Menu which are populating from Database. which approcah will be the best any Idea regarding this.
Best Regards
Monday, March 29, 2010 8:43 AM -
User-1636183269 posted
Create Table like City which contain nCityID,cCity and its ML table MLCity will contains nMLCityID, nCityID,cMLCity,languageCode
Use left join to fetch from MLTable and pass where condition
ISNULL(MLCity.cMLCity,City.cCity) City. Default city I am assuming English
Monday, March 29, 2010 8:50 AM -
User1623409651 posted
Create Table like City which contain nCityID,cCity and its ML table MLCity will contains nMLCityID, nCityID,cMLCity,languageCode
Use left join to fetch from MLTable and pass where condition
ISNULL(MLCity.cMLCity,City.cCity) City. Default city I am assuming English
Dear thanks for your reply,
Iam talking abt suppose i want to select the language Urdu or Arabic then DropDwonList with items in Arabic or urdu will populated if i select the language english then accordingly.
Regards
Tuesday, March 30, 2010 12:40 AM -
User-1636183269 posted
Yes I am saying same can you please send me your table structure, How you are storing Arabic and Urdu and English langauge.
Tuesday, March 30, 2010 12:45 AM -
User1623409651 posted
Thanks Sandeep for support,
iam stroing and creating the resource files for each page iam not storing the contents in Database may i have to store the different content in Database like for english, Arabic and Urdu iam using the sql server 2000 and 2005 as beckend database how i store the Arabic and Urdu in database any article or hint is appericated .
Else Thanks for support.
Reagrds
Tuesday, March 30, 2010 1:26 AM -
User-1636183269 posted
You can do this by database also but if you are following from for resource file, then it is fine. Approach is correct. I have done through database only in our live application.
Refer: http://www.codeproject.com/KB/cs/Editing_a_ResourceFile.aspx?msg=3406807
Tuesday, March 30, 2010 1:55 AM -
Tuesday, March 30, 2010 2:01 AM
-
User-1200560727 posted
Hi,
Please go through below link:
http://www.codeproject.com/KB/aspnet/MultiLingualResxGenerator.aspx
I hope it will helpful to you.
Regards,
Tapan
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, March 30, 2010 2:14 AM -
User1623409651 posted
Thanks i got the idea and let me study above links and will come if i feel any difficulty while mean time iam marking as answer this thread again thanks
Reagrds
Tuesday, March 30, 2010 2:19 AM