Previous Topic: Example: Create Wiki HelpNext Topic: Example: Internationalize the Help


Example: Localize the Help

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

Follow these steps:

  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 CA IdentityMinder 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.