Click or drag to resize
CultureInfo Properties

The CultureInfo type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrentCulture
Gets the CultureInfo that represents the culture used by the current thread.
Public propertyStatic memberCurrentUICulture
Gets the CultureInfo that represents the current culture used by the Resource Manager to look up culture-specific resources at run time.
Public propertyStatic memberInvariantCulture
Gets the CultureInfo object that is culture-independent (invariant).
Public propertyName
Gets the culture name in the format "languagecode2-country/regioncode2".
Public propertyTwoLetterISOLanguageName
Gets the ISO 639-1 two-letter code for the language of the current CultureInfo.
Public propertyUseUserOverride
Gets a value indicating whether the current CultureInfo uses the user-selected culture settings.
Top
See Also