NeutralResourcesLanguageAttribute Constructor (String^, UltimateResourceFallbackLocation)
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 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.
Available since 2.0
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0