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 |
How large is the .net framework 3.0?
What happens when I install the .net framework 3.0? How can I upgrade if I already have the .net framework 2.0 installed?
Tell me about the internal working of Garbage collector?
What is session state management?
Explain the methods used to render the views in mvc?
what happened when type url in address bar and press enter?
what are abstract classes? what is overriding?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What is latest version of .net framework?
Can a nested object be used in Serialization
How does work clr?
Explain entity lifecycle? : Entity framework