BCGControlBar Pro for MFC
BOOL CBCGPTranslateManager::SetTranslationStr ( LPCTSTR  lpszXMLResourceName,
HINSTANCE  hinstRes = NULL,
LPCTSTR  lpszResType = _T("BCGP_TRANSLATE_XML"),
BOOL  bAdd = FALSE 
)

Loads a new translation from the XML resources

Parameters
lpszXMLResourceNameSpecifies the XML resource name.
hinstResSpecifies an instance of the resource DLL.
lpszResTypeThe translation resource type. "BCGP_TRANSLATE_XML" by default.
bAddSpecifies whether the translation should be added to the current translation. If this parameter is FALSE, all previously loaded translations will be deleted.