Click or drag to resize
BingTranslatorServiceTranslate Method
Translates given text using free Bing Translation API.

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