VerLanguageNameA(3w)
NAME
VerLanguageNameA (KERNEL32.@)
SYNOPSIS
DWORD VerLanguageNameA ( DWORD wLang, LPSTR szLang, DWORD nSize )
DESCRIPTION
Get the name of a language.
PARAMS
wLang [In] LANGID of the language.
szLang [Out] Destination for the language name.
RETURNS
Success: The size of the language name. If szLang is non-NULL, it is
filled with the name.
Failure: 0. Use GetLastError(3w) to determine the cause.
IMPLEMENTATION
Defined in "winver.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/kernel32/locale.c".
- Debug channel "nls".