What is the difference between Localization and Globalization? - DOT.NET

What is the difference between Localization and Globalization?

In Globalization, an application is developed to support various languages and cultures.

Its features and code design independent of a single language or locale.

In Localization, an application is adapted for a local market. It may include translation of the UI to the local language and customizing its features if necessary.
What is Unicode? - DOT.NET
Unicode is a 16-bit character encoding scheme that enables characters from various languages to be used...
What are resource file and how do we generate resource file? - DOT.NET
Resource files are used to separate the implementation of the application from its User Interface....
Describe how to implement globalization and localization in the use interface in .NET - DOT.NET
Globalization is the process of making an application that supports multiple cultures without mixing up the business logic and the culture related information of that application...
Post your comment