What is Globalizationa and Localization
Answer / 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 |
What is .net framwork?
What are the options can be configured in AJAX helpers?
What is clr? How does work clr & wht is work of clr?
What is the mvc pattern (model view controller pattern)?
What are differences between entity framework and l2s? : Entity framework
What is the use of razor view engine?
Why do you need to box a primitive variable
What is the use of display modes?
what is minimum requirement for entity framework applications to run?
What is the property available to check if the page posted or not
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
Diffence between .net framework 1.0 and 2.0?