Name | Description | |
---|---|---|
EnglishUS | The English-US culture info. |
The following tables list the members exposed by NCultureInfo.
Name | Description | |
---|---|---|
GetCultureInfo | Returns the culture with the given name or null if a culture with this name does not exist. The name should be in the format "<languagecode2>-<country/regioncode2>". | |
GetEnglishCultureName | Gets the culture name in the format "<languagefull> (<country/regionfull>)" in English. Returns null if no language information is available for the given culture. | |
GetEnglishLanguageName | Gets the English name of the given culture's language. | |
GetLcid | Gets the culture identifier for the given culture info. | |
GetNativeCultureName | Gets the culture name, consisting of the language, the country/region, and the optional script, that the culture is set to display. Returns null if no language information is available for the given culture. | |
GetNativeLanguageName | Gets the native name of the given culture's language. |