Previous Topic: Introduction

Next Topic: Sample Localized Identity Manager Environments

Resource Bundles

A resource bundle is an Identity Manager 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 Identity Manager encounters an element with a key ID on a user interface 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 an CA Identity Manager resource bundle is as follows:

global.button.submit=Submit 

The key ID is global.button.submit and the value is Submit. When CA Identity Manager encounters the global.button.submit key ID in a user interface screen definition, it displays the word Submit, as shown in the following screen:

Note the following about key IDs:

Note: If you are creating custom localization files, you use a translation tool that changes 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