In CAF 7.x, the only supported way to change the text of the labels of the built-in controls is to apply a language pack for your target locale.
If there is not already a language pack for your locale, you may try to create one following the directions @ http://ajax-softwareag.com/articles/VIQU62/Localization/L10n_LocalizeJSFLibraries.html
Those instructions were intended for ‘CAF Standalone’ where the applications are deployed to tomcat or jboss. The instructions to get your localized resources into MwS would require a few more manual steps.
The procedure would be something like this:
- build your the language pack binaries
- manually copy the plugins/com.webMethods.caf.shared.lp./*_.jar file binaries to your MwS installation (to MWS/updates)
- run the “MWS/bin/mws.bat update” command to update the server classpath with the new jar files.
- restart MwS.
If you do that then the localized resources should be in the MwS server and available for your applications to use.
#webMethods#webMethods-BPMS#MWS-CAF-Task-Engine