Click or drag to resize
BingTranslatorServiceDetect Method
Detects language of 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 Detect(
	string text
)

Parameters

text
Type: SystemString
Text the language of which you want to detect

Return Value

Type: String
See Also