View Source
Interface IDictionaryTranslation
Assembly: Umbraco.Core.dll
Syntax
public interface IDictionaryTranslation : IEntity, IDeepCloneable
Properties
View Source
Language
Gets or sets the Language for the translation
Declaration
[DataMember]
ILanguage Language { get; set; }
Property Value
View Source
LanguageId
Declaration
Property Value
Type |
Description |
System.Int32 |
|
View Source
Value
Gets or sets the translated text
Declaration
[DataMember]
string Value { get; set; }
Property Value
Type |
Description |
System.String |
|