ConvertDefaultLocale (KERNEL32.@)
LCID ConvertDefaultLocale ( LCID lcid )
Convert a default locale identifier into a real identifier.
lcid | [In] | LCID identifier of the locale to convert. |
lcid unchanged, if not a default locale or its sublanguage is not SUBLANG_NEUTRAL. GetSystemDefaultLCID, if lcid == LOCALE_SYSTEM_DEFAULT. GetUserDefaultLCID, if lcid == LOCALE_USER_DEFAULT or LOCALE_NEUTRAL. Otherwise, lcid with sublanguage changed to SUBLANG_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 Jan 2008.