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 entity graph? : Entity framework
Can I look at the IL for an assembly
What is the CTS
Explain Bundle.Config in ASP.Net MVC4?
what is datacontrols?
And if they have conflicting method names ?
Give an example for authorization filters in an asp.net mvc application?
How you deploy .NET assemblies
What is strong name?
creating crystal reports in asp.net & vb.net
Name a few different return types of a controller action method?
What is the difference between entity framework and mvc?