Previous Topic: Example: Create Wiki Help

Next Topic: Example: Internationalize the Help

Example: Localize the Help

A customer in Japan has purchased a localized version of Identity Manager. Unfortunately, all of the help is in English. They want to write their own help in Japanese and implement it for their User Console.

To localize the help

  1. Write custom help pages for each task and tab.
  2. Host the custom help pages on a web site.
  3. Create a resource bundle and place the .properties file in the iam_im.ear/config/com/netegrity/config directory.

    For example, if the environment is named neteauto, create the following resource bundle named help_neteauto.properties:

    ModifyUser.*=http://www.neteauto.jp/modifyuser.html
    ModifyGroup.*=http://www.neteauto.jp/modifygroup.html
    
  4. Restart the Identity Manager Server.

    The help links in the User Console will redirect to the language-specific, custom help pages that are hosted on the www.neteauto.jp web site.