Search Results for

    Show / Hide Table of Contents

    Class LanguageMapping

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

    Properties

    | Edit this page View Source

    AndroidCode

    Declaration
    [JsonProperty("android_code")]
    public string? AndroidCode { 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

    LocaleWithUnderscore

    Declaration
    [JsonProperty("locale_with_underscore")]
    public string? LocaleWithUnderscore { 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("osx_code")]
    public string? OsxCode { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OsxLocale

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

    ThreeLettersCode

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

    TwoLettersCode

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