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 second group indicates that Chinese can be used as source language (pivot) for translating to Japanese and Korean.
<GenerationScheme>
<FromLanguage ref="en">
<ToLanguage ref="de"/>
<ToLanguage ref="es"/>
<ToLanguage ref="fr"/>
<ToLanguage ref="it"/>
<ToLanguage ref="zh"/>
</FromLanguage>
<FromLanguage ref="zh">
<ToLanguage ref="ja"/>
<ToLanguage ref="ko"/>
</FromLanguage>
</GenerationScheme>