AbstractMachineTranslationServiceTranslate Method |
Translates given text using the service.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax public abstract string Translate(
string text,
string sourceLang,
string targetLang
)
Parameters
- text
- Type: SystemString
Text you want to translate - sourceLang
- Type: SystemString
Source language (if null or empty, automatic detection is used) - targetLang
- Type: SystemString
Target language
Return Value
Type:
StringSee Also