NeutralResourcesLanguageAttribute Constructor (String, UltimateResourceFallbackLocation)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Initializes a new instance of the NeutralResourcesLanguageAttribute class with the specified ultimate resource fallback location.
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 application assembly (the default), or from a satellite assembly specified by the CurrentUICulture property.
For possible names of a culture, see CultureInfo.