The ConvertDefaultLocale function converts a special default locale value to an actual locale identifier.
LCID ConvertDefaultLocale(
LCID Locale |
// special default locale value to be converted |
); |
The following list shows the special default locale values:
Value |
Description |
LOCALE_SYSTEM_DEFAULT |
The system’s default locale. |
LOCALE_USER_DEFAULT |
The current user’s default locale. |
zero |
The language-neutral default locale. This is equivalent to the locale identifier created by calling the MAKELCID macro with a language identifier consisting of the LANG_NEUTRAL and SUBLANG_NEUTRAL values. |
Any sublanguage neutral default locale |
A locale identifier constructed by calling MAKELCID with a language identifier consisting of a primary language value, such as LANG_ENGLISH, and the SUBLANG_NEUTRAL value. |
If the function succeeds, the return value is the appropriate actual locale identifier.
If the function fails, the return value is the Locale parameter. The function fails when Locale is not one of the special default locale values listed above.
A call to ConvertDefaultLocale(LOCALE_SYSTEM_DEFAULT) is equivalent to a call to GetSystemDefaultLCID. A call to ConvertDefaultLocale(LOCALE_USER_DEFAULT) is equivalent to a call to GetUserDefaultLCID.
For more information about locale identifiers, see Locales and Language Identifiers.
GetSystemDefaultLCID, GetUserDefaultLCID
file: /Techref/os/win/api/win32/func/src/f07_5.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 20:10,
3.145.95.107:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.ecomorder.com/Techref/os/win/api/win32/func/src/f07_5.htm"> ConvertDefaultLocale</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.