Group: Multilingual User Interface - Library: kernel32
LANGID GetThreadUILanguage(void);
DECLARE SHORT GetThreadUILanguage IN kernel32
This function has no parameters.
Returns the identifier for a language explicitly associated with the thread by SetThreadUILanguage or SetThreadPreferredUILanguages
If no language has been explicitly associated with the current thread, the identifier can indicate a user or system user interface language.
Important: declare returned value as SHORT (2 bytes).