Click or drag to resize
TranslationsComServiceSupportedSourceLanguages Property
Gets the list of supported languages for given UserToken.

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 10.0.0
Syntax
C#
public HashSet<string> SupportedSourceLanguages { get; }

Property Value

Type: HashSetString
See Also