Transfer selected text to string table

You can transfer text parts from the script code to the string tables. This enables you to specify language-specific text parts in different languages.

Dialog entries will be displayed in the interface language that the user logged in with, for example, when running a report.

Procedure

  1. Write the script in the code view, or open the script whose text parts you want to specify in a specific language.
  2. In the code, click the text part to be specified in a specific language.

    You can quickly find these text parts using the text search in the code and searching for ".

  3. Press Ctrl+T. In the code, the text part is replaced by an identifier. In the string table, the text is listed together with the identifier. To transfer all text parts in the code in one step, click All texts into string table in the Start tab bar.
  4. Insert more texts in the string table in a similar fashion.
  5. Create additional string tables for all languages in which you want texts to be displayed in the future.
  6. Ensure that the texts in the Value column are translated correctly.
  7. Save your changes.

The texts are displayed when the script is run and depend on the interface language that the user used when logging in to the database.

If you want to use individual text parts as language-independent texts again, transfer the relevant parts automatically back to the code.