Answered by:
Converting ASP.Net Web Application to different Language.

Question
-
User-1927448428 posted
I had created ASP.Net Web Application named 'Traning Management System' (in English) for my company. Now my boss wants me to translate that application to Arabic language. He wants everything to be in arabic. I don't know how to do it. I searched in google and came to know about localization and globalization. I could not understand the topics. Could you guys help me out? My application contains 1 master page, 5 .aspx pages. The pages mostly contains labels, textboxes, gridview, buttons and other controls. The project also contains reports. Please help me.
Monday, March 29, 2010 4:42 AM
Answers
-
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
http://msdn.microsoft.com/en-us/library/ms228208.aspx
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 5:36 AM -
User-1636183269 posted
http://mosesofegypt.net/post/2008/02/Applying-localization-with-MasterPages.aspx (Arabic example)
http://www.codeproject.com/KB/aspnet/LocalizationPackage.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 29, 2010 5:40 AM
All replies
-
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
http://msdn.microsoft.com/en-us/library/ms228208.aspx
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 5:36 AM -
User-1636183269 posted
http://mosesofegypt.net/post/2008/02/Applying-localization-with-MasterPages.aspx (Arabic example)
http://www.codeproject.com/KB/aspnet/LocalizationPackage.aspx
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Monday, March 29, 2010 5:40 AM -
User-1200560727 posted
Hi,
Please go through my below posts:
http://forums.asp.net/t/1526291.aspx
I hope it will be helpful to you.
Regards,
Tapan
Monday, March 29, 2010 7:56 AM -
User78336405 posted
Hi,
You could Internationalizing Your Application with this:http://quickstarts.asp.net/QuickStartv20/aspnet/doc/localization/default.aspx .
Wednesday, March 31, 2010 4:23 AM