Explain the use of localization and Globalization

Explain the use of localization and Globalization.

Users of different countries, use different languages and others settings like currency, and dates. Therefore, applications are needed to be configurable as per the required settings based on cultures, regions, countries.

Globalization:
Is a way of writing the executables in a way that they are culture or language neutral.
The culture and language details specific details should be kept configurable. The main part of Globalization is to find out the locale-sensitive resources that are needed to be kept configurable and to segregate these resources from the executable code.

Localization:
Is the task to customize the application. The main part of localization is the translation of resources found in globalization.
Concepts of CODE Page approach - ASP.NET
Concepts of CODE Page approach - Code Page was used before Unicode came into existence..
What are resource files and explain how do we generate resource files?
Resource files and explain how do we generate resource files - Resource files are files in XML format. They contain all the resources needed by an application...
What are Satellite assemblies and how to generate Satellite assemblies? - ASP.NET
Satellite assemblies and how to generate Satellite assemblies - To support the feature of multiple languages, we need to create different modules that are customized on the basis of localization...
Post your comment