XLL+ Class Library

Global resource functions

Global resource functions are listed here.

Global values

public methodXllSetStringResourceHandleSets the handle of the resource file which will be used by XllLoadString()
public methodXllGetStringResourceHandleReturns the handle of the resource file which will be used by XllLoadString()
public methodXllSetStringLanguageIDSets the langauge used by XllLoadString()
public methodXllGetStringLanguageIDReturns the langauge used by XllLoadString()

Load resources

public methodXllLoadStringLoads a string from the resource file, in the user's language
public methodXllLoadStringForLanguageLoads a string from the resource file, in a particular language
public methodXllLoadStringForLocaleLoads a string from the resource file, for a particular locale
public methodXllLoadStringForExcelLanguageLoads a string from the resource file, for the language of the Excel version
public methodXllLoadBitmapLoads a bitmap from a resource file, using the current language
public methodXllLoadBitmapForLanguageLoads a bitmap from a resource file, using the specified language
public methodXllLoadBitmapForLocaleLoads a bitmap from a resource file, using the specified locale
public methodXllLoadBitmapForExcelLanguageLoads a bitmap from a resource file, for the language of the Excel version

String translation

public methodXllTranslateStringTranslates a string containing resource IDs, for the language of the Excel version
public methodXllGetTranslatedStringTranslates a string containing resource IDs, for the language of the Excel version

Excel version

public methodXllGetExcelCountryCodeReturns the country code of Excel
public methodXllGetExcelLanguageIDReturns the language ID corresponding to the country code of Excel

General

public methodResGetCountryCodeFromLangIDTranslates a language ID to a country code
public methodResGetLangIDFromCountryCodeSearches for a resource whose language matches the country code
public methodResFindLanguageForResourceSearches a resource file for a resource whose language best matches the language requested
public methodResGetStringFromStringTableGets a string from a resource file in a particular language
public methodResLoadStringGets a string from a resource file using a preferred language
public methodResListLanguagesGets a list of all supported languages from a resource file
public methodResLoadBitmapLoads a bitmap from a resource file, using a specified language

See Also

xllres.h