Multi language Website using ASP.NET
Their are 3 Methods for developing multi-language websites:
1. Replication
2. Generalized approach
3. Using Concept of Localization and Globalization
Replization: This is basic approach used in static websites. In this approach you need to
create replica of each web page in different languages. Suppose you have 100 web pages in
your web site and you want to provide same content in 3 languages then you have to create
300 pages for it.
This is totally incorrect approach.
Generalized approach: This approach is supported in ASP.NET version 1.1, 2.0, 3.5 and
4.0. Means this approach is supported by all version of ASP.NET.
Localization and Globalization: This approa
...
Read more »