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:
- Create a copy of the CSS file defined by the property fuego.workspace.stylesheet in
ALBPM WorkSpace configuration file, workspace.properties located in
BEA_HOME/albpm6.0/enterprise/webapps/workspace/WEB-INF.
Note: Make sure you leave the copied CSS file in the same directory where the original file is.
-
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.
-
Edit the new CSS file to modify presentation preferences.
-
Restart ALBPM web applications.
The next time you access ALBPM WorkSpace in the defined locale, it uses the properties defined in the new
CSS file to render its presentation.