EnumSystemLocalesFlags Enumeration

Flags specifying the locale identifiers to enumerate when calling EnumSystemLocales(DelegatesEnumLocalesProc, EnumSystemLocalesFlags) function.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum EnumSystemLocalesFlags

Remarks

Members

Installed 1 Enumerate only installed locale identifiers.

This value cannot be used with Supported.

Supported 2 Enumerate all supported locale identifiers.

This value cannot be used with Installed.

AlternateSorts 4 Enumerate only the alternate sort locale identifiers.

If this value is used with either Installed or Supported, the installed or supported locales are retrieved, as well as the alternate sort locale identifiers.

See Also