By configuring the locale, you can change the language and country settings for custom Workbench menus and extensions, as well as reports.

You can configure Workbench to display in the following supported locales:

You localize custom Workbench extensions by adding localized strings into the resource property file for each locale that you support..

Before you begin, add the custom extension to the ws-extensions.xml. The defaultName, and defaultDescription attributes are not required if the names and descriptions are included in the localized resource files.

<?xml version="1.0" encoding="UTF-8"?>
<extensions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="extensions.xsd">
  <extension id="productHome"
       url="http://www.example.com" />
  </extensions>

Follow these steps to add localized properties to the resource property file for each locale :

If you customize a menu for multiple locales in Workbench, you can optionally specify localized titles for custom menu nodes in a resources property file.

Before you begin, add the custom menu node to the ws-mainMenu.xml. The defaultName attribute is not required if the name is included in the localized resource files.

<?xml version="1.0" encoding="UTF-8"?>
<mainmenu xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="mainMenu.xsd">
<menunode id="myextensions">
        <menuitem id="productHome"/>
</menunode>
</mainmenu>

Follow these steps to add localized properties to the resource property file for each locale:


Copyright © Legal Notices