Global resource functions are listed here.
 XllSetStringResourceHandle | Sets the handle of the resource file which will be used by XllLoadString() | 
 XllGetStringResourceHandle | Returns the handle of the resource file which will be used by XllLoadString() | 
 XllSetStringLanguageID | Sets the langauge used by XllLoadString() | 
 XllGetStringLanguageID | Returns the langauge used by XllLoadString() | 
 XllLoadString | Loads a string from the resource file, in the user's language | 
 XllLoadStringForLanguage | Loads a string from the resource file, in a particular language | 
 XllLoadStringForLocale | Loads a string from the resource file, for a particular locale | 
 XllLoadStringForExcelLanguage | Loads a string from the resource file, for the language of the Excel version | 
 XllLoadBitmap | Loads a bitmap from a resource file, using the current language | 
 XllLoadBitmapForLanguage | Loads a bitmap from a resource file, using the specified language | 
 XllLoadBitmapForLocale | Loads a bitmap from a resource file, using the specified locale | 
 XllLoadBitmapForExcelLanguage | Loads a bitmap from a resource file, for the language of the Excel version | 
 XllTranslateString | Translates a string containing resource IDs, for the language of the Excel version | 
 XllGetTranslatedString | Translates a string containing resource IDs, for the language of the Excel version | 
 XllGetExcelCountryCode | Returns the country code of Excel | 
 XllGetExcelLanguageID | Returns the language ID corresponding to the country code of Excel | 
 ResGetCountryCodeFromLangID | Translates a language ID to a country code | 
 ResGetLangIDFromCountryCode | Searches for a resource whose language matches the country code | 
 ResFindLanguageForResource | Searches a resource file for a resource whose language best matches the language requested | 
 ResGetStringFromStringTable | Gets a string from a resource file in a particular language | 
 ResLoadString | Gets a string from a resource file using a preferred language | 
 ResListLanguages | Gets a list of all supported languages from a resource file | 
 ResLoadBitmap | Loads a bitmap from a resource file, using a specified language |