Search Results for

    Show / Hide Table of Contents

    Enum FGASupport

    Specifies the fine-grained-alignment support status

    Namespace: Sdl.LanguagePlatform.TranslationMemory
    Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
    Syntax
    [DataContract]
    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.

    In this article
    • Fields
    Back to top Generated by DocFX