GetThreadUILanguage function kernel32

int GetThreadUILanguage()

Returns the language identifier of the first user interface language for the current thread.

LANGID GetThreadUILanguage();

Implementation

int GetThreadUILanguage() => _GetThreadUILanguage();