struct CultureTypes

in global :: System . Globalization

Defines the types of culture lists that can be retrieved using the method.


public static CultureTypes AllCultures

All cultures that recognized by .NET, including neutral and specific cultures and custom cultures created by the user. On .NET Framework 4 and later versions and .NET Core running on Windows, it includes the culture data available from the Windows operating system. On .NET Core running on Linux and macOS, it includes culture data defined in the ICU libraries. is a composite field that includes the , , and values.

public static CultureTypes FrameworkCultures

This member is deprecated; using this value with returns neutral and specific cultures shipped with the .NET Framework 2.0.

public static CultureTypes InstalledWin32Cultures

This member is deprecated. All cultures that are installed in the Windows operating system.

public static CultureTypes NeutralCultures

Cultures that are associated with a language but are not specific to a country/region.

public static CultureTypes ReplacementCultures

This member is deprecated. Custom cultures created by the user that replace cultures shipped with the .NET Framework.

public static CultureTypes SpecificCultures

Cultures that are specific to a country/region.

public static CultureTypes UserCustomCulture

This member is deprecated. Custom cultures created by the user.

public static CultureTypes WindowsOnlyCultures

This member is deprecated and is ignored.

public int value__

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( string format, IFormatProvider provider )

😔 No documentation found.

public string ToString( IFormatProvider provider )

😔 No documentation found.

public string ToString( string format )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public int CompareTo( object target )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public TypeCode GetTypeCode( )

😔 No documentation found.

public bool HasFlag( Enum flag )

😔 No documentation found.