Scroll to navigation

VerLanguageNameA(3w) Wine API 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

Declared in "winver.h".
Implemented in "dlls/kernel32/locale.c".
Debug channel "nls".
Oct 2012 Wine API