Class Dictionary
Inherited Members
Namespace: Crowdin.Api.Dictionaries
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class Dictionary
Properties
| Edit this page View SourceLanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
Type | Description |
---|---|
string |
Words
Declaration
[JsonProperty("words")]
public string[] Words { get; set; }
Property Value
Type | Description |
---|---|
string[] |