Search Results for

    Show / Hide Table of Contents

    Interface ILanguageResourcesTemplate

    Represents a language resources template, which is a LanguageResourceBundleCollection that can be stored and managed individually.

    Inherited Members
    ISupportPlaceables.LanguageResourceBundles
    ISupportPlaceables.Recognizers
    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public interface ILanguageResourcesTemplate : ISupportPlaceables
    Remarks

    There are two implementations of this interface: FileBasedLanguageResourcesTemplate and ServerBasedLanguageResourcesTemplate.

    Properties

    Description

    Gets or sets the description of the language resources template.

    Declaration
    string Description { get; set; }
    Property Value
    Type Description
    string

    Name

    Gets or sets the name of the language resources template.

    Declaration
    string Name { get; set; }
    Property Value
    Type Description
    string

    TokenizerFlags

    Gets or sets the flags affecting tokenizer behaviour for this language resource template.

    Declaration
    TokenizerFlags? TokenizerFlags { get; set; }
    Property Value
    Type Description
    TokenizerFlags?

    WordCountFlags

    Gets or sets the flags affecting word count behaviour for this language resource template.

    Declaration
    WordCountFlags? WordCountFlags { get; set; }
    Property Value
    Type Description
    WordCountFlags?
    In this article
    • Properties
      • Description
      • Name
      • TokenizerFlags
      • WordCountFlags
    Back to top Generated by DocFX