EnumSystemLocalesFlags Enumeration
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration EnumSystemLocalesFlags
Dim instance As EnumSystemLocalesFlags
[FlagsAttribute]
public enum class EnumSystemLocalesFlags
[<FlagsAttribute>]
type EnumSystemLocalesFlags
No code example is currently available or this language may not be supported.
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.
|