Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how i convert my whole web page into German and Arabic language
Posted

1 solution

The feature you need is called, "Globalization". ASP.NET is also based directly on .NET framework (as name suggests). If you search on Google, you will find MSDN documentations and resources, CodeProject articles and other ASP.NET articles for Globalization and Localization. Those resources have everything that you need.

Start here:

1. ASP.NET Globalization and Localization[^]
2. Using Globalization and Localization in ASP.NET[^]
3. Beginner's Tutorial on Globalization and Localization in ASP.NET MVC[^]

These articles and resources will help you get started.
 
Share this answer
 
Comments
Krunal Rohit 12-Oct-15 1:09am    
5!
-KR
Afzaal Ahmad Zeeshan 12-Oct-15 10:17am    
Thank you, Krunal. :-)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900