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 manual translation).

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

Property Value

Type: Boolean
See Also