Class ResourceManager
Represents a resource manager that provides convenient access to culture-specific resources at run time.
public class ResourceManager
- Inheritance
-
ResourceManager
- Inherited Members
- Extension Methods
Constructors
ResourceManager(string, Assembly)
Initializes a new instance of the ResourceManager class that looks up resources contained in files with the specified root name in the given assembly.
public ResourceManager(string baseName, Assembly assembly)
Parameters
baseName
stringThe root name of the resource file without its extension but including any fully qualified namespace name. For example, the root name for the resource file named MyApplication.MyResource.en-US.resources is MyApplication.MyResource.
assembly
AssemblyThe main assembly for the resources.