XLL+ Class Library

::XllGetExcelLanguageID

Returns the language ID corresponding to the country code of Excel

[C++]
LANGID XllGetExcelLanguageID();

Return value

Returns the language ID corresponding to the Excel version's country code.

Remarks

This function calls ResGetLangIDFromCountryCode() to translate the result of XllGetExcelCountryCode() to a language ID available in the resource file.

Requirements

Header: xllres.h

See Also

Global resource functions