Sets the user interface language for the current thread.
LANGID SetThreadUILanguage( LANGID LangId );
int SetThreadUILanguage(int LangId) => _SetThreadUILanguage(LangId);