Answer Posted / kirti
Globalization is the process of creating an application that meets the needs of users from multiple cultures. It includes using the correct
currency, date and time format, calendar, writing direction, sorting rules, and other issues. Accommodating these cultural differences in an application is called localization.Using classes of System.Globalization namespace, you can set application's current culture.
This can be achieved by using any of the following 3 approaches.
1. Detect and redirect
2. Run-time adjustment
3. Using Satellite assemblies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 2 ways of adding constraints to a route?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Explain JSON Binding?
Mention some action filters which are used regularly in ASP.Net MVC?
What is viewbag?
How to return the JSON from action method in ASP.Net MVC?
what is datacontrols?
Is .net framework backwards compatible?
What are the two ways to add constraints to a route?
What is .net framework in simple terms?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is layout in mvc?
How to make sure Client Validation is enabled in ASP.Net MVC
What is the version number for the next version of the .net framework, codenamed �orcas�?
How do I use partial view?