Show TOC

 Changing UI Texts Locate this document in the navigation structure

 

Texts used on the UI of an APF-based Web application are stored in text resource files of the format *.hdbtextbundle. Each text is assigned a key. In the configuration files, you specify the key of the text you want to use on the UI.

Note Note

When you want to change a text resource file, you must first make a copy and save it to a new location. This ensures that your changes are not overwritten when updates are imported. You must then specify the new location in the application configuration file.

End of the note.

Some examples of changes you can make include the following:

  • You can change the title of your application. In the application configuration file, you can look up the key used to define the title. You can then go to the text resource file and change the text that is identified by this key.

  • You can change labels used in an analysis step. Identify the relevant label in the application configuration file, look up the key, and then change the corresponding text in the text resource file.