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 bundle.config in mvc4?
What is the "helperpage.isajax" property?
Can I add asp.net mvc testcases in visual studio express?
what is entity graph in entity framework?
What is side by side Execution ?
What is Reflection in .NET?
What is net framework 3.0 ?
How can we determine action invoked from HTTP GET or HTTP POST?
Can we create .DLL file without using the namespace?
what is difference b/w .net 1.1 and .net 2.0. I need Answer in c# , asp.net and ado.net Level.Like c#1.1 and c#.1.1 , ado.net1.1 and ado.net2.0 and asp.net1.1 and asp.net2.0
What are advantages of Dependency Injection (DI) in ASP.Net MVC?
When do you absolutely have to declare a class as abstract