Click or drag to resize
AbstractHumanTranslationServiceCheckSourceLanguageAvailability Method
Checks that given source language is supported by selected service.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 11.0.0
Syntax
C#
public bool CheckSourceLanguageAvailability(
	string sourceLanguage
)

Parameters

sourceLanguage
Type: SystemString
Source language

Return Value

Type: Boolean
True if given language is supported by translation service, otherwise returns false
See Also