How do you design a website with multilingual support in ASP.NET

Questions by sravanthi_ch

Showing Answers 1 - 6 of 6 Answers

kirangiet

  • Oct 21st, 2009
 

Multilingual website can be created using Globalization and Localization.

Using Globalization we change the Currency, Date, Numbers, etc to Language Specific Format.

To change the string which is there in the label, button, etc to language specific string we use Localization.

In Localization we have to create different Resource files for different languages.

During this process we use some classes present in System.Resources, System.Globalization, System.Threading namespaces.

Note: There is no way we can localize dynamic text.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions