Previous Topic: Admin Roles Now Enforce Scoping Rules for Provisioning Roles in Member and Admin Policies

Next Topic: BIConfig Tool to Deploy Default Reports

Custom HTML on Admin Task Screens Support Localization

CA Identity Manager administrators can add text anywhere in a profile screen to provide additional information, such as online help text for a field, to users.

These fields can now be localized, so that they can display content in different languages.

To display custom HTML in a different language, specify a resource key with the following format in the custom HTML field:

${bundle=ResourceBundle:key=keyID}

ResourceBundle

Identifies the resource bundle that includes the text string mapping for the key ID.

keyID

Identifies the key ID that maps to the text string to display. The mapping must exist in a resource bundle.

For example, the HTML for a localized field should resemble the following:

<p>
${bundle=MyResourceBundle;key=MyResourceKey}
</p>

Note: For more information about specifying resource keys, see the chapter on CA Identity Manager Localization in the User Console Design Guide.