GetThreadUILanguage function kernel32

int GetThreadUILanguage()

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

To learn more, see learn.microsoft.com/windows/win32/api/winnls/nf-winnls-getthreaduilanguage.

Implementation

@pragma('vm:prefer-inline')
int GetThreadUILanguage() => _GetThreadUILanguage();