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
Is .net core faster than .net framework?
differences between poco, model first and data first approach?
Can I use razor code in javascript in asp.net mvc?
What are the possible razor view extensions?
What are the sub types of ActionResult?
explain lazy loading, eager loading, and explicit loading?
What is presentation framework?
What is separation of concerns in asp.net mvc?
What are the new features 3.5 framework against with the tool?
How does the 'page lifecycle' of asp.net mvc works?
How we can invoke child actions in ASP.Net MVC?
what is client wins and store wins mode in entity framework concurrency?
What is Attribute Routing in ASP.Net MVC?
what is entity graph in entity framework?
How large is the .net framework 3.0?