CultureInfo Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The CultureInfo type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Calendar Gets the default calendar used by the culture.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 CompareInfo Gets the CompareInfo object that defines how to compare strings for the culture.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrentCulture Gets the CultureInfo object that represents the culture used by the current thread.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 CurrentUICulture Gets the CultureInfo object that represents the current culture used by the Resource Manager to look up culture-specific resources at run time.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 DateTimeFormat Gets or sets a DateTimeFormatInfo object that defines the culturally appropriate format for converting dates and times to strings.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 DisplayName Gets the culture name in the format "language (country/region)" in the language of the localized version of .NET Framework.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 EnglishName Gets the culture name in the format "language (country/region)" in English.
Public propertyStatic memberSupported by Silverlight for Windows PhoneSupported by Xbox 360 InvariantCulture Gets the CultureInfo that is culture-independent (invariant).
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsNeutralCulture Gets a value indicating whether the current CultureInfo object represents a neutral culture.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 IsReadOnly Gets a value indicating whether the current CultureInfo object is read-only.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name Gets the culture name in the format "languagecode-country/regioncode".
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NativeName Gets the culture's native name, which consists of the language, the country/region, and the optional script, that the culture is set to display.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 NumberFormat Gets or sets a NumberFormatInfo object that defines the culturally appropriate format for converting numbers, currency values, and percentages to strings.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 OptionalCalendars Gets the list of calendars that can be used by this culture.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Parent Gets the CultureInfo that represents the parent culture of the current CultureInfo.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 TextInfo Gets the TextInfo object that defines the writing system associated with the culture.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 TwoLetterISOLanguageName Gets the ISO 639-1 two-letter code for the language of the current CultureInfo.

Top