Returns the langauge used by XllLoadString()
[C++]
LANGID XllGetStringLanguageID();
The ID of the language file used by XLL+ string loading functions.
Unless set using XllSetStringLanguageID(),
this will be the langauge returned by GetThreadLocale.
All calls to XllLoadString
and XllTranslateString
will attempt to use the language returned by this call.
Header: xllres.h