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 |
Can a nested object be used in Serialization
Explain how you can send the result back in JSON format in MVC?
what is Assemble
How do I use partial view?
Explain the advantages of asp.net mvc over asp.net?
Briefly describe the roles of clr in .net framework?
what are background threads? give ex?
What are Validation Annotations?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What are the ways to show data grid inside a data grid for a master details type of tables?
can we change the page layout in ASP.NET 2.0 as grid layout like in the previous version?
What is mapping in entity framework? : Entity framework