Previous Topic: IntroductionNext Topic: Sample Localized CA IdentityMinder Environments


Resource Bundles

A resource bundle is CA IdentityMinder file that associates user interface elements with locale-specific text strings. In this file, a user interface element is assigned a key ID, which is paired to a locale-specific text string.

When CA IdentityMinder encounters an element with a key ID on a screen, such as an admin task profile screen, it displays the paired value from the resource bundle.

For example, the entry for a Submit button in a CA IdentityMinder resource bundle is as follows:

global.button.submit=Submit 

The key ID is global.button.submit and the value is Submit. When CA IdentityMinder encounters the global.button.submit key ID in a user interface screen definition, it displays the word Submit.

Note the following about key IDs:

Note: If you are creating custom localization files, you use a translation tool to change the value mapped to a key ID for a different language. For example, to display the Submit button in French, the translation tool changes the value paired with the global.button.submit key ID in the French resource bundle as follows:

global.button.submit=Enter