AbstractHumanTranslationServiceCheckSourceLanguageAvailability Method |
Checks that given source language is supported by selected service.
Namespace: CMS.TranslationServicesAssembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 13.0.131
Syntax public bool CheckSourceLanguageAvailability(
string sourceLanguage
)
Parameters
- sourceLanguage
- Type: SystemString
Source language
Return Value
Type:
BooleanTrue if given language is supported by translation service, otherwise returns false
See Also