Class AddCustomLanguageRequest
Inheritance
AddCustomLanguageRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddCustomLanguageRequest
Properties
|
Edit this page
View Source
Code
Declaration
[JsonProperty("code")]
public string Code { get; set; }
Property Value
|
Edit this page
View Source
DialectOf
Declaration
[JsonProperty("dialectOf")]
public string? DialectOf { get; set; }
Property Value
|
Edit this page
View Source
LocaleCode
Declaration
[JsonProperty("localeCode")]
public string LocaleCode { 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
PluralCategoryNames
Declaration
[JsonProperty("pluralCategoryNames")]
public ICollection<string> PluralCategoryNames { get; set; }
Property Value
|
Edit this page
View Source
TextDirection
Declaration
[JsonProperty("textDirection")]
public TextDirection TextDirection { get; set; }
Property Value
|
Edit this page
View Source
ThreeLettersCode
Declaration
[JsonProperty("threeLettersCode")]
public string ThreeLettersCode { get; set; }
Property Value
|
Edit this page
View Source
TwoLettersCode
Declaration
[JsonProperty("twoLettersCode")]
public string? TwoLettersCode { get; set; }
Property Value