Translating Role Names and Descriptions
Procedure
-
Form the following two keys:
- ROLENAME_<rolename>
- ROLEDESC_<rolename>
For example:
-
ROLENAME_ADMIN=Administrator ROLEDESC_ADMIN=Manages users, roles, permissions
If any key contains blank or space (Work Supervisor), replace it with "__" (two underscores).
If the key contains any of : (colon), / (slash), ? (question mark), . (full stop), - (dash), replace such characters with a "_" (single underscore).
The keys must be in upper case.
- Add the keys and translation in the sharedStringResources.prop resource bundle.
Copyright © Cloud Software Group, Inc. All rights reserved.