Skip to main content

Translation (Optional)

Applies translated labels to key value keys and media asset labels.

Key Value Translation​

Supported from version 1.4.7

Use this when the key of a key value is used as the column header in the Excel file, but you want to display a different label in the UI.

The header column provides the key; the body row provides the value. A separate sheet defines translated labels per context.

Input key value

Translation sheet for key value labels

Add the translation configuration to the <mappings> section:

<mappings>
<translations>
<translation sheet="KeyValueTranslation" keyColumn="Key" valueColumn="Label" contextColumn="Context" applyFor="KEYVALUE"/>
</translations>
</mappings>
AttributeDescription
sheetName of the translation sheet
keyColumnColumn name containing the key value key
valueColumnColumn name containing the translated label
contextColumnColumn name containing the context for this translation

Media Asset Label Translation​

Not yet supported.