Class LanguageMapping
Inheritance
LanguageMapping
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
|
Edit this page
View Source
Locale
Declaration
[JsonProperty("locale")]
public string? Locale { get; set; }
Property Value
|
Edit this page
View Source
LocaleWithUnderscore
Declaration
[JsonProperty("locale_with_underscore")]
public string? LocaleWithUnderscore { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
[JsonProperty("name")]
public string? Name { get; set; }
Property Value
|
Edit this page
View Source
OsxCode
Declaration
[JsonProperty("osx_code")]
public string? OsxCode { get; set; }
Property Value
|
Edit this page
View Source
OsxLocale
Declaration
[JsonProperty("osx_locale")]
public string? OsxLocale { get; set; }
Property Value
|
Edit this page
View Source
ThreeLettersCode
Declaration
[JsonProperty("three_letters_code")]
public string? ThreeLettersCode { get; set; }
Property Value
|
Edit this page
View Source
TwoLettersCode
Declaration
[JsonProperty("two_letters_code")]
public string? TwoLettersCode { get; set; }
Property Value