Globalization approaches possible in ASP.NET

What are the Globalization approaches possible in ASP.NET?

- You can follow many approaches to have globalized application.
- You can create separate web application for each culture.
- You can create an application that can detect the user’s culture and adjusts output at run time using format specifiers and other tools.
- You can store culture-dependent strings in resource files that are compiled into satellite assemblies.
ASP.NET Globalization
ASP.NET Globalization - Create resource files and compile them into a binary resource file...
Resource Files and Satellite Assemblies - ASP.NET
ASP.NET - Resource Files and Satellite Assemblies - Resource Files:A resource file contains non-executable data that are used by the application and deployed along with it....
Mobile applications using Microsoft Mobile Internet Toolkit (MMIT)
.NET Mobile applications - Steps to develop mobile applications using MMIT: a) Start with a new ASP.NET page.......
Post your comment