Configuring localized static text to change display names
You can configure localized static text to change display names, like the name of an available delivery method for the purposes of notifications, in Brightspot. This is helpful for editors who want to customize the Brightspot UI. This topic contains an example of how to change the display name of a notification delivery method.
To configure localized static text to change display names:
- Follow steps 1–5a in Configuring localized static text.
- In the Name field, enter the fully qualified class name of the view you are localizing. For this example, enter
com/psddev/cms/notification/BrowserDeliveryOption
.NoteTo find fully-qualified class names in Brightspot, for the sake of editing other display names in a similar manner, see Providing field data to developers. - Under Entries, click .
- In the Key field, enter the key for the static text you are localizing. For this example, enter
displayName
. - In the Value field, enter the localized text. For this example, enter the new display name of the notification delivery method. For this example, enter
New Delivery Method Name
. Your form should look similar to the following: - Click Save.
Brightspot then changes the display name for the value you input.