Sets the langauge used by XllLoadString()
[C++]
LANGID XllSetStringLanguageID(
LANGID langid
);
The language ID of the desired language. This can be formed using the MAKELANGID(...) macro, or found using LANGIDFROMLCID(GetThreadLocale()).
A value of 0 will set the language back to the default setting (as returned by GetThreadLocale).
The previous value.
All calls to XllLoadString
and XllTranslateString
will attempt to use the language specified in this call.
Header: xllres.h