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 meant by domain model?
Explain entity lifecycle? : Entity framework
How does �side by side� work for the .net framework 3.0?
Can you write a class without specifying namespace? Which namespace does it belong to by default?
How .net assemblies are registred as private and shared assembly ?
What data type should you use if you want an 8-bit value that's signed ?
Why do you need to box a primitive variable
What is the use of JIT
What are Resource Files ? How are they used in .NET
How to Create an Intranet Site Using ASP.NET MVC?
How could we achieve Langauge Interoperability through "CLS"?? Please Expalin in detail with Example.. Thanks for the Help!!!!!
What is web api‘s in asp.net mvc 4 ?