Language Translation Task Parameters
The parameters in this section customize the LanguageTranslation
import task.
This task translates text from one language to another. This can be useful when you have documents that are not in your users' native language.
IMPORTANT: To perform translation, you must have a license for one of the supported translation services. CFS relies on third-party services to translate text between languages. The library that CFS uses to communicate with third-party translation services is not included in the standard CFS installation but can be obtained through OpenText software support.
The language translation task library supports the following translation services:
- SDL Enterprise Translation Server
- SDL services available through sdlbeglobal.com
OpenText recommends that you configure the LanguageTranslation
task as a Post task. Use the Post
parameter to specify the name of a section that contains the task settings.
The following is an example task that uses the translation services provided by an SDL Enterprise Translation Server:
[ImportTasks] Post0=Library:LanguageTranslation [LanguageTranslation] Library=LanguageTranslation TranslatorType=SdlEts ApiBaseUrl=https://translation-server-host:port ApiKey=0a12b34c56d78e9 SourceField=DRECONTENT TargetField=DRECONTENT TargetLanguage=ENG Quality=medium-high
The following is an example task that uses the translation services provided by sdlbeglobal.com:
[ImportTasks] Post0=Library:LanguageTranslation [LanguageTranslation] Library=LanguageTranslation TranslatorType=SdlBeGlobal AccountId=12345 ApiKey=0a12b34c56d78e9 UserId=23456 TouchpointId=34567 SourceField=DRECONTENT TargetField=DRECONTENT TargetLanguage=ENG