Click or drag to resize
AbstractMachineTranslationServiceDetect Method
Detects language of given text using the service.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public abstract string Detect(
	string text
)

Parameters

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

Return Value

Type: String
See Also