Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
You can have the system automatically rename your output files so that the language code of the target language is included in the filename.
Go to the Configuration menu > → Templates > → Expressions.
Click the Add button on top of the Expressions list. You will be directed to the Add Expression - File rename rule page.
In the Template section, provide the desired expression, for example:
For a three-letter language code afterthe file name, enter:
${name}_${task.languageCombination.targetLanguage.langiso3}${extension}
For a three-letter language code beforethe file name, enter:
${task.languageCombination.targetLanguage.langiso3}_${name}${extension}
Click the Save button.
Go to Projects and Quotes > Workflow Definitions (Classic).
Locate the desired workflow in the table and click the icon.
Go to the Files and Directories tab.
Image RemovedImage AddedIn the Files section, select the recently created file rename rule from the Rename Output File Expression drop-down list.
Click the Save button.
Now, when you select this workflow in a project, the system will automatically rename the output files according to the selected rule.