Enum FGASupport
Specifies the fine-grained-alignment support status
Namespace: Sdl.LanguagePlatform.TranslationMemory
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum FGASupport
Fields
Name | Description |
---|---|
Automatic | The TM has fine-grained-alignment support and automatic (=incremental) alignment is enabled. |
Legacy | The TM is a legacy TM that requires conversion before it can support fine-grained alignment |
NonAutomatic | The TM has fine-grained-alignment support, but automatic (=incremental) alignment is disabled. |
Off | The TM can support fine-grained alignment, but is not currently set to use it at all. |