Interface IDictionaryTranslation
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface IDictionaryTranslation : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirtyProperties
View SourceLanguageIsoCode
Gets the ISO code of the language.
Declaration
[DataMember]
string LanguageIsoCode { get; }Property Value
| Type | Description | 
|---|---|
| System.String | 
Value
Gets or sets the translated text.
Declaration
[DataMember]
string Value { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |