Class DefinitionLanguage
The language for the termbase provider definition
Inheritance
Object
DefinitionLanguage
Implements
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.Terminology.TerminologyProvider.Core
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
public class DefinitionLanguage : ILanguage
Constructors
DefinitionLanguage()
The language for the termbase provider definition
Declaration
public DefinitionLanguage()
Properties
IsBidirectional
Determines if the language is bidirectional
Declaration
public bool? IsBidirectional { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |
Locale
The language culture information
Declaration
public CultureCode Locale { get; set; }
Property Value
Type | Description |
---|---|
CultureCode |
Name
The name of the language
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
TargetOnly
Determines if it is available for the target language only
Declaration
public bool? TargetOnly { get; set; }
Property Value
Type | Description |
---|---|
Nullable<Boolean> |