Name

CultureTypes

Synopsis

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
}

Hierarchy

System.ObjectSystem.ValueTypeSystem.Enum(System.IComparable, System.IFormattable, System.IConvertible)CultureTypes

Passed To

CultureInfo.GetCultures()

Get C# in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.