Loads a string from the resource file, for the language of the Excel version
[C++]
BOOL XllLoadStringForExcelLanguage(
UINT resid,
CString& str
);
Numeric resource string identifier.
If the function succeeds, the string will be loaded into this variable.
TRUE if the function succeeds, FALSE if it fails. It will fail if the
current resource file handle is invalid, or if the resource cannot be found.
The function searches for a string resource in the language implied by the country
code of the version of Excel that is running.
It is equivalent to calling:
XllLoadStringForLanguage(resid, XllGetExcelLanguage(), str);
Header: xllres.h