The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
System.Resources Namespaces
Visual Studio 2010
The System.Resources namespaces contain types that enable developers to create, store, and manage an application's culture-specific resources.
| Namespace | Description |
|---|---|
| System.Resources | The System.Resources namespace provides classes and interfaces that allow developers to create, store, and manage various culture-specific resources used in an application. One of the most important classes of the System.Resources namespace is the ResourceManager class. |
| System.Resources.Tools | The System.Resources.Tools namespace contains the StronglyTypedResourceBuilder class, which provides support for strongly-typed resources. Beginning with the .NET Framework version 2.0, this compile-time feature encapsulates access to resources by creating classes that contain a set of static read-only (get) properties, thus making it easier to consume resources. |
Community Additions
Show: