Answer Posted / 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 |
Post New Answer View All Answers
What is the mvc pattern (model view controller pattern)?
mention what is csdl, ssdl and msl sections in an edmx file?
differences between poco, model first and data first approach?
What are Code Blocks in Views?
What is clr? How does work clr & wht is work of clr?
What is disconnected scenario? : Entity framework
What is edm designer? : Entity framework
What is separation of concerns in asp.net mvc?
What is entity framework in asp net?
How we can add the CSS in ASP.Net MVC?
Explain unit test done by tester on development team?
Briefly describe the roles of clr in .net framework?
Can we add constraints to the route? If yes, explain how we can do it?
Give an example for authorization filters in an asp.net mvc application?
what is deferred loading(lazy loading)?