Click or drag to resize
TranslationServiceInfoTranslationServiceIsMachine Property
Determines whether the service is machine translation service (for example Google Translator) or classical translation service (for example Translations.com).

Namespace: CMS.TranslationServices
Assembly: CMS.TranslationServices (in CMS.TranslationServices.dll) Version: 8.2.23
Syntax
C#
public virtual bool TranslationServiceIsMachine { get; set; }

Property Value

Type: Boolean
See Also