Search Results for

    Show / Hide Table of Contents

    Class DefinitionLanguage

    The language for the termbase provider definition

    Inheritance
    System.Object
    DefinitionLanguage
    Implements
    ILanguage
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Terminology.TerminologyProvider.Core
    Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
    Syntax
    public class DefinitionLanguage : ILanguage

    Constructors

    DefinitionLanguage()

    Declaration
    public DefinitionLanguage()

    Properties

    IsBidirectional

    Determines if the language is bidirectional

    Declaration
    public bool? IsBidirectional { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Locale

    The language culture information

    Declaration
    public CultureCode Locale { get; set; }
    Property Value
    Type Description
    Sdl.Core.Globalization.CultureCode

    Name

    The name of the language

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    TargetOnly

    Determines if it is available for the target language only

    Declaration
    public bool? TargetOnly { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Implements

    ILanguage

    On this page

    • Constructors
      • DefinitionLanguage()
    • Properties
      • IsBidirectional
      • Locale
      • Name
      • TargetOnly
    • Implements
    Back to top Generated by DocFX