Scroll to navigation

GetSystemDefaultLCID(3w) Wine API GetSystemDefaultLCID(3w)

NAME

GetSystemDefaultLCID (KERNEL32.@)

SYNOPSIS

LCID GetSystemDefaultLCID
(
)
 

DESCRIPTION

Get the default locale Id for the system.
 

PARAMS

None.
 

RETURNS

The current LCID of the default locale for the system.
 

IMPLEMENTATION

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