.NET Globalization & localization - Interview Questions

In Globalization, an application is developed to support various languages and cultures.....
Unicode is a 16-bit character encoding scheme that enables characters from various languages to be used...
Resource files are used to separate the implementation of the application from its User Interface....
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...
The CutureInfo class can be used for this purpose. It represents information about a specific culture including the culture names.....
The ResourceManager class performs: A look up for culture-specific resources,....