CultureInfoStatic: CultureTypes

CultureTypes

A list of culture type filters used in GetCultures.

 Public Enum CultureTypes

Values

NeutralCultures = 1
1) Refers to cultures that are associated with a language but are not specific to a country/region. The names of these cultures consist of the lowercase two-letter code derived from ISO 639-1. For example: "en" (English) is a neutral culture. The invariant culture is included in the array of cultures returned by CultureInfo.GetCultures with this value.
SpecificCultures = 2
2) Refers to cultures that are specific to a country/region. The names of these cultures follow the RFC 1766 standard in the format "-", where is a lowercase two-letter code derived from ISO 639-1 and is an uppercase two-letter code derived from ISO 3166. For example, "en-US" (English - United States) is a specific culture.
InstalledWin32Cultures = 4
4) Refers to all cultures that are installed in the Windows system. Note that not all cultures supported by the .NET Framework are installed in the Windows system.
AllCultures = 7
7) Refers to all cultures.

See Also

Project CorLib Overview

Class CultureInfoStatic Overview