Class DictionaryTranslationSave
The dictionary translation save model
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Models.ContentEditing
Assembly: Umbraco.Core.dll
Syntax
[DataContract(Name = "dictionaryTranslation", Namespace = "")]
public class DictionaryTranslationSave
Properties
View SourceIsoCode
Gets or sets the ISO code.
Declaration
[DataMember(Name = "isoCode")]
public string IsoCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LanguageId
Gets or sets the language id.
Declaration
[DataMember(Name = "languageId")]
public int LanguageId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Translation
Gets or sets the translation.
Declaration
[DataMember(Name = "translation")]
public string Translation { get; set; }
Property Value
Type | Description |
---|---|
System.String |