| CultureInfo Properties |
The CultureInfo type exposes the following members.
| Name | Description | |
|---|---|---|
| CurrentCulture | Gets the CultureInfo that represents the culture used by the current thread. | |
| CurrentUICulture | Gets the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time. | |
| InvariantCulture | Gets the CultureInfo object that is culture-independent (invariant). | |
| Name | Gets the culture name in the format "languagecode2-country/regioncode2". | |
| TwoLetterISOLanguageName | Gets the ISO 639-1 two-letter code for the language of the current CultureInfo. | |
| UseUserOverride | Gets a value indicating whether the current CultureInfo uses the user-selected culture settings. |