Click or drag to resize
AbstractMachineTranslationServiceTranslate Method
Translates given text using the service.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
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: String
See Also