RSA Version/Condition: 7.x
The format of the resource strings for forms depends on if the form is associated with a container (application, directory, ...) or just a global form:
Container format
<object type>-<raw container name>-<variable>=Your localized text
No container format
<object type>-<variable>=Your localized text
Note that the name of the form is NOT in the format. This allows you to specify the localized text once and anywhere that same variable is used the translation applies.
Example 1
If I had a variable named v1 on a global form for which I wanted to localize the form field question and tooltip, the process is to specify in the customerstrings.properties or customerstrings_xx.properties for a specific language. For example,
Global-v1=New Variable Global-v1-tooltip=New Variable Tooltip!
Example 2
In this example, the form has a static text variable defined:
variable name: st_1 Text: Hello World.
You can optionally add a line to your customerstrings.properties file or just enter the default value in the form element text field:
Global-st_1=Hello World.
Then for other languages such as German add in a customerstrings_de.properties:
Global-st_1=Hallo Welt.
That would have the system display the German version when a user selected German as either their browser language and having that determine the UI language OR have German set as the UI language explicitly from the User Options Language tab (see the user icon in the upper right corner of the UI).
If you need language localization in your form validation error messages, please review a thread on the RSA Link RSA Identity Governance & Lifecycle community on how to use customerstrings on form validation files that may help with your JSP.
Related Articles
Remote AFX Server does not start, there is a SocketException in esb.AFX_INIT.log, and OpenSSL cannot complete an SSL Hands… 323Number of Views MFA stopped working after TLS 1.2 Cloud enforcement in SecurId Access 142Number of Views Failing to access Identity Router IDR Web resource after IDR v2.17 update 108Number of Views RSA Authentication Manager CVE-2016-0800 "DROWN" Vulnerability - False Positive 249Number of Views Authentication Manager 8.8 update breaks TLS connections; TLS Handshake error no cipher suites in common 63Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager 8.9 Release Notes (January 2026) RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.7 SP2 Setup and Configuration Guide An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x