Contents
|
Python for Win32 Extensions Help
>
Win32 API
>
Modules
>
win32api
>
LoadKeyboardLayout
win32api
.LoadKeyboardLayout
int =
LoadKeyboardLayout(
KLID
, Flags
)
Loads a new locale id
Parameters
KLID
: string
Hex string containing a locale id, eg "00000409"
Flags=0
: int
Combination of win32con.KLF_* constants
Return Value
Returns the numeric locale id that was loaded