Search Results for

    Show / Hide Table of Contents

    Class AddCustomLanguageRequest

    Inheritance
    object
    AddCustomLanguageRequest
    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 AddCustomLanguageRequest

    Properties

    | Edit this page View Source

    Code

    Declaration
    [JsonProperty("code")]
    public string Code { 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

    LocaleCode

    Declaration
    [JsonProperty("localeCode")]
    public string LocaleCode { 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

    PluralCategoryNames

    Declaration
    [JsonProperty("pluralCategoryNames")]
    public ICollection<string> PluralCategoryNames { get; set; }
    Property Value
    Type Description
    ICollection<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