Design a web site with multilingual support in ASP.NET

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.

Read Users' Comments (0)

0 Response to "Design a web site with multilingual support in ASP.NET"

Post a Comment