Class MtTranslation
Inheritance
System.Object
MtTranslation
Assembly: Crowdin.Api.dll
Syntax
public class MtTranslation : object
Properties
|
Improve this Doc
View Source
SourceLanguageId
Declaration
public string SourceLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Strings
Declaration
public string[] Strings { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
TargetLanguageId
Declaration
public string TargetLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Translations
Declaration
public string[] Translations { get; set; }
Property Value
Type |
Description |
System.String[] |
|