Search Results for

    Show / Hide Table of Contents

    Interface ISupportPlaceables

    Represents a Translation Provider that supports Placeables

    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public interface ISupportPlaceables

    Properties

    LanguageResourceBundles

    Gets the language resources which are associated with this TM.

    Declaration
    LanguageResourceBundleCollection LanguageResourceBundles { get; }
    Property Value
    Type Description
    LanguageResourceBundleCollection
    Remarks

    In case this is a server-based translation memory, which is associated with a language resources template (see ILanguageResourcesTemplate), this returns a read-only language resources collection identical to the template's language resources collection. In all other cases, the language resources collection returned can be modified. Note that you have to call Save to persist any changes made to language resources.

    Recognizers

    Gets or sets the recognizers which are enabled for this TM. Note that changing recognizers may require reindexing. In addition, in some cases duplicate TUs may be in the TM if recognizers are enabled which have been disabled before.

    Declaration
    BuiltinRecognizers Recognizers { get; set; }
    Property Value
    Type Description
    BuiltinRecognizers
    In this article
    • Properties
      • LanguageResourceBundles
      • Recognizers
    Back to top Generated by DocFX