Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
enum System.Globalization.CultureTypes
Assembly: System.Runtime
Defines the types of culture lists that can be retrieved using the <see cref="M:System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes)" /> method.
Values
NeutralCultures
Cultures that are associated with a language but are not specific to a country/region.
SpecificCultures
Cultures that are specific to a country/region.
InstalledWin32Cultures
This member is deprecated. All cultures that are installed in the Windows operating system.
AllCultures
All cultures that are 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.
<see cref="F:System.Globalization.CultureTypes.AllCultures" /> is a composite field that includes the <see cref="F:System.Globalization.CultureTypes.NeutralCultures" /> , <see cref="F:System.Globalization.CultureTypes.SpecificCultures" /> , and <see cref="F:System.Globalization.CultureTypes.InstalledWin32Cultures" /> values.
UserCustomCulture
This member is deprecated. Custom cultures created by the user.
ReplacementCultures
This member is deprecated. Custom cultures created by the user that replace cultures shipped with the .NET Framework.
WindowsOnlyCultures
This member is deprecated and is ignored.
FrameworkCultures
This member is deprecated; using this value with <see cref="M:System.Globalization.CultureInfo.GetCultures(System.Globalization.CultureTypes)" /> returns neutral and specific cultures shipped with .NET Framework 2.0.