March 2002
Intermediate to advanced
864 pages
31h 8m
English
CultureTypes
The values of this enumeration determine which cultures are returned
by CultureInfo.GetCultures(). NeutralCultures
specifies language-specific cultures without any regional or country association. SpecificCultures specifies cultures that are identified by both language and region.
public enum CultureTypes { NeutralCultures = 0x00000001, SpecificCultures = 0x00000002, InstalledWin32Cultures = 0x00000004, AllCultures = 0x00000007 }
System.Object→System.ValueType→System.Enum(System.IComparable, System.IFormattable, System.IConvertible)→CultureTypes
CultureInfo.GetCultures()