Click or drag to resize
TranslationsComServiceIsLanguageSupported Method
Checks if language is supported within the service

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 9.0.0
Syntax
C#
public override bool IsLanguageSupported(
	string langCode
)

Parameters

langCode
Type: SystemString
Code of the culture

Return Value

Type: Boolean
See Also