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