NAME

VerLanguageNameA  (KERNEL32.@)

SYNOPSIS

 DWORD VerLanguageNameA
 (
  UINT  wLang,
  LPSTR szLang,
  UINT  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 to determine the cause.

IMPLEMENTATION

Defined in "winver.h".

Implemented in "dlls/kernel/locale.c". source.winehq.org/source/dlls/kernel/locale.c

Debug channel "nls".


Copyright © 2005 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Aug 2005.