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

Loads a new translation from the XML resources

Parameters
uiXMLResIDSpecifies the XML resource ID.
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.