NeutralResourcesLanguageAttribute Constructor (String)
[ 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.
Assembly: mscorlib (in mscorlib.dll)
Parameters
- cultureName
- Type: System.String
The name of the culture that the current assembly's neutral resources were written in.
| Exception | Condition |
|---|---|
| ArgumentNullException | The cultureName parameter is null. |
See the CultureInfo class for possible names of a culture.
Show: