Scroll to navigation

GetUserDefaultLangID(3w) Wine API GetUserDefaultLangID(3w)

NAME

GetUserDefaultLangID (KERNEL32.@)

SYNOPSIS

LANGID GetUserDefaultLangID
(
)
 

DESCRIPTION

Get the default language Id for the current user.
 

PARAMS

None.
 

RETURNS

The current LANGID of the default language for the current user.
 

IMPLEMENTATION

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