Class LanguageMapping
Inheritance
System.Object
LanguageMapping
Assembly: Crowdin.Api.dll
Syntax
public class LanguageMapping : object
Properties
|
Improve this Doc
View Source
AndroidCode
Declaration
public string? AndroidCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Locale
Declaration
public string? Locale { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
LocaleWithUnderscore
Declaration
public string? LocaleWithUnderscore { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Name
Declaration
public string? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
OsxCode
Declaration
public string? OsxCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
OsxLocale
Declaration
public string? OsxLocale { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
ThreeLettersCode
Declaration
public string? ThreeLettersCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
TwoLettersCode
Declaration
public string? TwoLettersCode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|