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 |
Explain JSON Binding?
What was the problem in traditional component why side by side execution is supported in .net ?
What happens when you encounter a continue statement inside the for loop ?
Why is XmlSerializer so slow
What is renderbody?
What is a model in android?
What is the difference between STA and MTA?
What is difference between html.beginform and ajax.beginform?
Hello guyz, I have interview scheduled next week on .Net Framework 1.1? Can any one please provide a) list of interview questions on .net frame work 1.1? b)basic differences between .net framework 1.1 and 2.0 and 3.5 c)the topics that i need to concentrate while preparing Thanks in advance
What is the CLS
explain how you can load related entities in ef (entity framework)?
What is filters in web api?