System.Resources Namespace

The System.Resources namespace contains classes that allow developers to manage culture-specific resources in an application. It is implemented in Mscorlib.dll. Table A-19 lists this namespace’s classes.

Table A-19. Classes in the System.Resources Namespace 

Class

Description

MissingManifestResourceException

The exception thrown if the main assembly does not contain the resources for the neutral culture, and they are required because of a missing appropriate satellite assembly.

NeutralResourcesLanguageAttribute

Informs the ResourceManager of the neutral culture of an assembly.

ResourceManager

Provides convenient access to culture-specific­ resources at run time.

ResourceReader

Enumerates .resources files and ...

Get Microsoft® .NET Compact Framework (Core Reference) now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.