Previous Topic: Modify the Links

Next Topic: Change the Tasks Displayed For Administrators

Change The Text of Links

The text that comprises the links is determined by the dms_en_US.properties. The dms_en_US.properties is located in the locale directory under the properties\default directory.

The dms_en_US.properties file contains identifiers paired with text strings. The identifiers are referenced in the JSP code in launch.jsp. When Registration Services renders launch.jsp and builds the task links, it adds the text string where ever it finds the paired identifier.

These are the entries for the default Registration Services links in dms_en_US.properties:

MANAGEUSER_ID=Manage Users

MODIFYUSER_ID=Edit My Profile
LOGOUT_ID=Logout

To modify the text that appears as links, change the text that is paired with the identifier. For example, to change "Manage Users" to "Manage Employees, " modify the text paired with MANAGEUSER_ID as follows:

MANAGEUSER_ID=Manage Employees

Note: Do not modify the identifier. The identifiers are also used in the object and presentation properties files.

More information:

Locale Properties Files