Scroll to navigation

GetUserDefaultLCID(3w) Wine API GetUserDefaultLCID(3w)

NAME

GetUserDefaultLCID (KERNEL32.@)

SYNOPSIS

LCID GetUserDefaultLCID
(
)
 

DESCRIPTION

Get the default locale Id for the current user.
 

PARAMS

None.
 

RETURNS

The current LCID of the default locale for the current user.
 

IMPLEMENTATION

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