public ResXResourceManager(
string baseName,
Assembly assembly
)
Public Sub New (
baseName As String,
assembly As Assembly
)
public:
ResXResourceManager(
String^ baseName,
Assembly^ assembly
)
new :
baseName : string *
assembly : Assembly -> ResXResourceManager
The ResXResourceManager looks up resources in baseName.cultureName.resx files, where baseName.resx contains the resource set of the ultimate fallback culture (also known as default or invariant or neutral resources culture).
If the provided assembly has a NeutralResourcesLanguageAttribute defined, then it will be used to determine the language of the fallback culture. If the provided assembly does not define this attribute, then CultureInfo.InvariantCulture will be used as the default culture.