Enum TMEngineType
Specifies the TM engine type.
Attempting to create a translation memory with the TMEngineType of OldTMEngine will result in the creation of an NGTM type translation memory instead.
Syntax
public enum TMEngineType
Fields
Name | Description |
---|---|
NGTMEngine | Designates the new NGTM TM engine. |
OldTMEngine | Designates the old TM engine. |