Configuring source and pivot languages
Add the source and pivot languages to the translation configuration file. Languages that are not configured are not generated by Translation Management.
Procedure
Example
The following example defines a source language of English with target languages for German, Spanish, French, Italian and Chinese. The last group indicates that Chinese can be used as source language (pivot) for translating to Japanese and Korean.
<languagepaths>
<languagepath from="nl" to="fr"/>
<languagepath from="en" to="de"/>
<languagepath from="en" to="es"/>
<languagepath from="en" to="fr"/>
<languagepath from="en" to="it"/>
<languagepath from="en" to="zh"/>
<languagepath from="zh" to="ja"/>
<languagepath from="zh" to="ko"/>
</languagepaths>