What is Globalizationa and Localization



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

Post New Answer

More Dot Net Framework Interview Questions

What are the levels at which filters can be applied in an asp.net mvc application?

0 Answers   NA,


What is Area in ASP.Net MVC?

0 Answers  


What is serialization in .NET? What are the ways to control serialization?

2 Answers  


What are Model Binders in ASP.Net MVC?

0 Answers  


What are the Core features of ASP.NET MVC?

0 Answers  






How to bind table colum with gridview column?

0 Answers  


List out few different return types of a controller action method?

0 Answers  


How is method overriding different from method overloading

1 Answers   Siebel Systems,


Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?

0 Answers  


What does CLR do as soon as an assembly is created ?

2 Answers   MMTS,


Can I customise the serialization process

1 Answers  


what is Framework?

3 Answers  


Categories