Describe how to implement globalization and localization in the use interface in .NET - DOT.NET

Describe how to implement globalization and localization in the use interface in .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.

Localization involves adapting a global application and applying culture specific alterations to it.

The classes and the interfaces provided by the System.Resources allow storing culture specific resources.

The ResourceManager class performs:

- A look up for culture-specific resources.
- Provision of resource fallback when a localized resource does not exist.
- Supports for resource serialization.
Explain how to prepare culture-specific formatting in .NET - DOT.NET
The CutureInfo class can be used for this purpose. It represents information about a specific culture including the culture names.....
Explain the use of Resource Manager Class in .NET - DOT.NET
The ResourceManager class performs: A look up for culture-specific resources,....
What is XCopy? - DOT.NET
XCopy command is an advanced version of the copy command used to copy or move the files or directories.....
Post your comment