View Source
Class DictionaryTranslation
Assembly: Umbraco.Core.dll
Syntax
[Serializable]
[DataContract(IsReference = true)]
public class DictionaryTranslation : EntityBase, IDictionaryTranslation, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Constructors
View Source
DictionaryTranslation(ILanguage, string)
Declaration
public DictionaryTranslation(ILanguage language, string value)
Parameters
| Type |
Name |
Description |
| ILanguage |
language |
|
| string |
value |
|
View Source
DictionaryTranslation(ILanguage, string, Guid)
Declaration
public DictionaryTranslation(ILanguage language, string value, Guid uniqueId)
Parameters
| Type |
Name |
Description |
| ILanguage |
language |
|
| string |
value |
|
| Guid |
uniqueId |
|
Properties
View Source
LanguageIsoCode
Gets the ISO code of the language.
Declaration
public string LanguageIsoCode { get; }
Property Value
View Source
Value
Gets or sets the translated text
Declaration
[DataMember]
public string Value { get; set; }
Property Value