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 is the three pillar of .Net ?

11 Answers  


What is the use .glimpse in mvc?

0 Answers  


what is ssdl?

0 Answers   Microsoft,


what is Framework?

3 Answers  


Explain linq to entities? : Entity framework

0 Answers  






What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?

0 Answers  


Can you explain renderbody and renderpage in mvc?

0 Answers  


List the new features added in .net framework 4.0.

0 Answers  


What is the difference between .net core and .net framework?

0 Answers  


Explain the advantages of dependency injection (di) in asp.net mvc?

0 Answers  


what is an assembly?

11 Answers  


Which is the default http method for an action method?

0 Answers  


Categories