JavaScript must be enabled in order to use this site.Please enable JavaScript in your browser and refresh the page. registerApp Registers the application in the translation service. Required System Actions None Usage BPMTranslationServiceConfig.registerApp(appId,pfx) Parameters Parameter Type Description appId String The name of the application, as deployed in Application Development, that contributes the property bundles. pfx String The prefix to be used to access the translation keys. This can be passed as null, which causes it to default to a prefix of 'tcf'. Sample Usage var yourModule = angular.module("CustomModule", .. .. yourModule.run(['BPMTranslationServiceConfig',function(BPMTranslationServiceConfig){ BPMTranslationServiceConfig.registerApp("MyCustomApp", null); }]); Copyright © 2022. TIBCO Software Inc. All Rights Reserved.