Search Results for

    Show / Hide Table of Contents

    Class Language

    Inheritance
    object
    Language
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Languages
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class Language

    Properties

    | Edit this page View Source

    AndroidCode

    Declaration
    [JsonProperty("androidCode")]
    public string AndroidCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    DialectOf

    Declaration
    [JsonProperty("dialectOf")]
    public string DialectOf { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    EditorCode

    Declaration
    [JsonProperty("editorCode")]
    public string EditorCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Locale

    Declaration
    [JsonProperty("locale")]
    public string Locale { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Name

    Declaration
    [JsonProperty("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OsxCode

    Declaration
    [JsonProperty("osxCode")]
    public string OsxCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OsxLocale

    Declaration
    [JsonProperty("osxLocale")]
    public string OsxLocale { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    PluralCategoryNames

    Declaration
    [JsonProperty("pluralCategoryNames")]
    public string[] PluralCategoryNames { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    PluralExamples

    Declaration
    [JsonProperty("pluralExamples")]
    public string[] PluralExamples { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    PluralRules

    Declaration
    [JsonProperty("pluralRules")]
    public string PluralRules { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TextDirection

    Declaration
    [JsonProperty("textDirection")]
    public TextDirection TextDirection { get; set; }
    Property Value
    Type Description
    TextDirection
    | Edit this page View Source

    ThreeLettersCode

    Declaration
    [JsonProperty("threeLettersCode")]
    public string ThreeLettersCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    TwoLettersCode

    Declaration
    [JsonProperty("twoLettersCode")]
    public string TwoLettersCode { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX