XLL+ Class Library (7.0)

::XllGetStringLanguageID

Returns the langauge used by XllLoadString()

LANGID XllGetStringLanguageID( );

Return Value

The ID of the language file used by XLL+ string loading functions. Unless set using XllSetStringLanguageID(), this will be the langauge returned by GetThreadLocale.

Remarks

All calls to XllLoadString and XllTranslateString will attempt to use the language returned by this call.

Requirements

Header: xllres.h

See Also

Global resource functions