Scroll to navigation

GetSystemDefaultLangID(3w) Wine API GetSystemDefaultLangID(3w)

NAME

GetSystemDefaultLangID (KERNEL32.@)

SYNOPSIS

LANGID GetSystemDefaultLangID
(
)
 

DESCRIPTION

Get the default language Id for the system.
 

PARAMS

None.
 

RETURNS

The current LANGID of the default language for the system.
 

IMPLEMENTATION

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