Translate Strings
After you externalized translation keys and strings, you can use the resulting files to translate the strings for the presentation objects.
Note the contents of the output file:
-
The first column contains the actual semantic model object names with a prefix indicating its object type.
-
The second column contains the session variables that correspond to the name of each object or description, with a default prefix of CN_ for custom names and CD_ for custom descriptions.
-
The third column contains the translation keys that correspond to the name of each object.
- Open each string file Add a fourth column called Language. In this column, specify the code for the language in which the name was translated, such as de.
- Load each string file into a database table.
- In the Semantic Modeler, import the table into the physical layer.
- Load the translated strings using row-wise initialization blocks. Ensure that you set the target of the initialization block to Row-wise initialization and that the execution precedence is set correctly. For example:
- Click Save.