Localizing themes
When localizing your Applications Manager user interface themes, you modify the theme-specific XML file. When localizing your Application Console user interface themes, you modify the theme-specific CSS file.
About this task
For example, the following files must be localized for themes:
<INSTALL_DIR>/repository/xapi/template/merged/resource/<theme>.xml and
<INSTALL_DIR>/repository/eardata/platform/war/css/<theme>.css
These files are localized by appending the language and country or region codes in the file name. For example, if you are using the sapphire theme in a French locale, localize the following files:
<INSTALL_DIR>/repository/xapi/template/merged/resource/sapphire_fr_FR.xml
<INSTALL_DIR>/repository/eardata/platform/war/css/sapphire_fr_FR.css
The following themes are distributed with Sterling™ Order Management System Software:
- Earth
<INSTALL_DIR>/repository/xapi/template/merged/resource/earth.xml<INSTALL_DIR>/repository/eardata/platform/war/css/earth.css
- Jade
<INSTALL_DIR>/repository/xapi/template/merged/resource/jade.xml<INSTALL_DIR>/repository/eardata/platform/war/css/jade.css
- Sapphire
<INSTALL_DIR>/repository/xapi/template/merged/resource/sapphire.xml<INSTALL_DIR>/repository/eardata/platform/war/css/sapphire.css
Note: For locale specific theme files, the CSS entry for detailpagetitle6
for button panel must be adjusted to fit the translation.
To localize a theme: