NeutralResourcesLanguageAttribute Constructor (String, UltimateResourceFallbackLocation)
Initializes a new instance of the NeutralResourcesLanguageAttribute class with the specified ultimate resource fallback location.
Namespace: System.Resources
Assembly: mscorlib (in mscorlib.dll)
public NeutralResourcesLanguageAttribute( string cultureName, UltimateResourceFallbackLocation location )
Parameters
- cultureName
- Type: System.String
The name of the culture that the current assembly's neutral resources were written in.
- location
- Type: System.Resources.UltimateResourceFallbackLocation
One of the enumeration values that indicates the location from which to retrieve neutral fallback resources.
| Exception | Condition |
|---|---|
| ArgumentNullException | cultureName is null. |
| ArgumentException | location is not a member of UltimateResourceFallbackLocation. |
Use the NeutralResourcesLanguageAttribute constructor with the UltimateResourceFallbackLocation enumeration to specify whether the ResourceManager class is to retrieve neutral fallback resources from the main app assembly (the default), or from a satellite assembly specified by the CurrentUICulture and the FallbackLocation properties.
For a detailed list of culture names, see National Language Support (NLS) API Reference at the Go Global Developer Center.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.