Search Results for

    Show / Hide Table of Contents

    Class LanguageData

    Inheritance
    object
    LanguageData
    LanguageBase
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    [DataContract]
    public class LanguageData

    Constructors

    LanguageData()

    Declaration
    public LanguageData()

    Properties

    Aliases

    Declaration
    [DataMember]
    [JsonProperty(NullValueHandling = NullValueHandling.Ignore, Order = 11)]
    public List<string> Aliases { get; set; }
    Property Value
    Type Description
    List<string>

    DefaultSpecificLanguageCode

    Declaration
    [DataMember]
    [JsonProperty(NullValueHandling = NullValueHandling.Ignore, Order = 6)]
    public string DefaultSpecificLanguageCode { get; set; }
    Property Value
    Type Description
    string

    Direction

    Declaration
    [DataMember]
    [JsonProperty(Order = 4)]
    [Obsolete("Use IScriptDetails.Rtl")]
    public string Direction { get; set; }
    Property Value
    Type Description
    string

    EnglishName

    Declaration
    [DataMember]
    [JsonProperty(Order = 2)]
    public string EnglishName { get; set; }
    Property Value
    Type Description
    string

    IsDeprecated

    Declaration
    [DataMember]
    [JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore, Order = 10)]
    public bool IsDeprecated { get; set; }
    Property Value
    Type Description
    bool

    IsNeutral

    Declaration
    [JsonProperty(Order = 3)]
    public bool IsNeutral { get; set; }
    Property Value
    Type Description
    bool

    LanguageCode

    Declaration
    [DataMember]
    [JsonProperty(Order = 1)]
    public virtual string LanguageCode { get; set; }
    Property Value
    Type Description
    string

    LanguageGroup

    Declaration
    [DataMember]
    [JsonProperty(NullValueHandling = NullValueHandling.Ignore, Order = 9)]
    public string LanguageGroup { get; set; }
    Property Value
    Type Description
    string

    ParentLanguageCode

    Declaration
    [DataMember]
    [JsonProperty(DefaultValueHandling = DefaultValueHandling.Ignore, NullValueHandling = NullValueHandling.Ignore, Order = 5)]
    public string ParentLanguageCode { get; set; }
    Property Value
    Type Description
    string

    Script

    Declaration
    [JsonProperty(Order = 7)]
    public string Script { get; set; }
    Property Value
    Type Description
    string

    SupportedProducts

    Declaration
    [JsonProperty(Order = 8)]
    [JsonConverter(typeof(ProductDictionaryConverter))]
    public Dictionary<Product, List<AlternativeLanguageCode>> SupportedProducts { get; set; }
    Property Value
    Type Description
    Dictionary<Product, List<AlternativeLanguageCode>>
    In this article
    • Constructors
      • LanguageData()
    • Properties
      • Aliases
      • DefaultSpecificLanguageCode
      • Direction
      • EnglishName
      • IsDeprecated
      • IsNeutral
      • LanguageCode
      • LanguageGroup
      • ParentLanguageCode
      • Script
      • SupportedProducts
    Back to top Generated by DocFX