GetKeyboardLayoutName function user32
Retrieves the name of the active input locale identifier (formerly called the keyboard layout) for the system.
BOOL GetKeyboardLayoutNameW(
LPWSTR pwszKLID
);
Implementation
int GetKeyboardLayoutName(Pointer<Utf16> pwszKLID) =>
_GetKeyboardLayoutName(pwszKLID);