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 is ViewData and TempData in ASP.Net MVC?
Explain Sections is ASP.Net MVC?
Where is tempdata stored?
What is Attribute Routing in ASP.Net MVC?
What are Code Blocks in Views?
What is entity framework firstordefault?
What are action filters?
Is .net framework going away?
List out few different return types of a controller action method?
mention in what all scenarios entity framework can be applicable?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
What is attribute routing in mvc?
I want ask from plz smaple example code for Biztalkk server
What are the 3 main components of an asp.net mvc application?
Explain .Net Framework? Why we use it?