Class LanguageData
Inheritance
Object
LanguageData
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Assembly: Sdl.Core.Globalization.Async.dll
Syntax
public class LanguageData
Constructors
LanguageData()
Declaration
Properties
Aliases
Declaration
public List<string> Aliases { get; set; }
Property Value
Type |
Description |
List<String> |
|
DefaultSpecificLanguageCode
Declaration
public string DefaultSpecificLanguageCode { get; set; }
Property Value
Direction
Declaration
[Obsolete("Use IScriptDetails.Rtl")]
public string Direction { get; set; }
Property Value
EnglishName
Declaration
public string EnglishName { get; set; }
Property Value
IsDeprecated
Declaration
public bool IsDeprecated { get; set; }
Property Value
IsNeutral
Declaration
public bool IsNeutral { get; set; }
Property Value
LanguageCode
Declaration
public virtual string LanguageCode { get; set; }
Property Value
LanguageGroup
Declaration
public string LanguageGroup { get; set; }
Property Value
ParentLanguageCode
Declaration
public string ParentLanguageCode { get; set; }
Property Value
Script
Declaration
public string Script { get; set; }
Property Value
SupportedProducts
Declaration
public Dictionary<Product, List<AlternativeLanguageCode>> SupportedProducts { get; set; }
Property Value