XLL+ Class Library (7.0)

::XllSetStringLanguageID

Sets the langauge used by XllLoadString()

LANGID XllSetStringLanguageID(
   LANGID langid
);

Parameters

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).

Return Value

The previous value.

Remarks

All calls to XllLoadString and XllTranslateString will attempt to use the language specified in this call.

Requirements

Header: xllres.h

See Also

Global resource functions