Class AddCustomLanguageRequest
Inheritance
System.Object
AddCustomLanguageRequest
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
|
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> |
|