IsValidLocale (KERNEL32.@)
BOOL IsValidLocale ( LCID lcid, DWORD flags )
Determine if a locale is valid.
lcid | [In] | LCID of the locale to check. |
flags | [In] | LCID_SUPPORTED = Valid, LCID_INSTALLED = Valid and installed on the system. |
TRUE, if lcid is valid, FALSE, otherwise.
Wine does not currently make the distinction between supported and installed. All languages supported are installed by default.
Defined in "winnls.h".
Implemented in "dlls/kernel32/locale.c". source.winehq.org/source/dlls/kernel32/locale.c
Debug channel "nls".
Copyright © 2008 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Jul 2008.