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}
Identifies the resource bundle that includes the text string mapping for the key ID.
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.
| Copyright © 2010 CA. All rights reserved. | Email CA Technologies about this topic |