Search Results for

    Show / Hide Table of Contents

    Class AddCustomLanguageRequest

    Inheritance
    System.Object
    AddCustomLanguageRequest
    Namespace: Crowdin.Api.Languages
    Assembly: Crowdin.Api.dll
    Syntax
    public class AddCustomLanguageRequest : object

    Properties

    | Improve this Doc View Source

    Code

    Declaration
    public string Code { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    DialectOf

    Declaration
    public string? DialectOf { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    | Improve this Doc View Source

    LocaleCode

    Declaration
    public string LocaleCode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    PluralCategoryNames

    Declaration
    public ICollection<string> PluralCategoryNames { get; set; }
    Property Value
    Type Description
    ICollection<System.String>
    | Improve this Doc View Source

    TextDirection

    Declaration
    public TextDirection TextDirection { get; set; }
    Property Value
    Type Description
    TextDirection
    | Improve this Doc View Source

    ThreeLettersCode

    Declaration
    public string ThreeLettersCode { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    TwoLettersCode

    Declaration
    public string? TwoLettersCode { get; set; }
    Property Value
    Type Description
    System.Nullable<System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX