Language Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Language(CultureInfo) |
Initializes a new instance of the Language class from a CultureInfo. |
| Language(String) |
Initializes a new instance of the Language class from a BCP 47 language tag string. |
Language(CultureInfo)
Initializes a new instance of the Language class from a CultureInfo.
public Language(System.Globalization.CultureInfo culture);
Parameters
- culture
- CultureInfo
The culture to create the language from.