Localizing Oracle BPM WorkSpace CSS

You can define specific presentation preferences for a certain locale. The following procedure shows you how to define a style sheet for a specific locale.

To localize the preferences defined through CSS:

  1. Create a copy of the CSS file defined by the property fuego.workspace.stylesheet in WorkSpace configuration file, workspace.properties located in <ORABPM_HOME>/webapps/workspace/WEB-INF.
    Note: Make sure you leave the copied CSS file in the same directory where the original file is.
  2. Rename the copied file adding to its name the suffix -localeCode that corresponds to the desired locale according to ISO-639. For a complete list of the available codes, see http://ftp.ics.uci.edu/pub/ietf/http/related/iso639.txt. For example, to localize French CSS file you should add the suffix -fr to the CSS file name. If the English customization file is named customStyle.css the French CSS file is named customStyle-fr.css.
  3. Edit the new CSS file to modify presentation preferences.
  4. Restart Oracle BPM web applications.

The next time you access WorkSpace in the defined locale, it uses the properties defined in the new CSS file to render its presentation.