VerLanguageNameA (KERNEL32.@)
DWORD VerLanguageNameA ( DWORD wLang, LPSTR szLang, DWORD nSize )
Get the name of a language.
wLang | [In] | LANGID of the language. |
szLang | [Out] | Destination for the language name. |
Success: The size of the language name. If szLang is non-NULL, it is filled with the name.
Failure: 0. Use GetLastError to determine the cause.
Defined in "winver.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.