Implementing ASP.NET Globalization.- Globalization is the process of designing and developing applications that function for multiple cultures.
- Support globalization is not an easy task, thus it is always advised to make an application support globalization right from the development stage.
Implementing ASP.NET Globalization:
- Create resource files and compile them into a binary resource file.
- Create satellite assembly for each of the resource file for each culture.
- Store them in separate folders for easy access and replacement.
- Read the resources from the satellite assembly that is stored in different folders based on the locale and culture.
|