Class Language
Inheritance
System.Object
Language
Assembly: Crowdin.Api.dll
Syntax
public class Language : object
Properties
|
Improve this Doc
View Source
AndroidCode
Declaration
public string AndroidCode { 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.String |
|
|
Improve this Doc
View Source
EditorCode
Declaration
public string EditorCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Id
Declaration
public string Id { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Locale
Declaration
public string Locale { 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
OsxCode
Declaration
public string OsxCode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OsxLocale
Declaration
public string OsxLocale { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PluralCategoryNames
Declaration
public string[] PluralCategoryNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
PluralExamples
Declaration
public string[] PluralExamples { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
PluralRules
Declaration
public string PluralRules { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TextDirection
Declaration
public TextDirection TextDirection { get; set; }
Property Value
|
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.String |
|