View Source
  Class DictionaryTranslation
  
  
  
  
    Inheritance
      System.Object
      
      
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [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 |  | 
      
        | System.String | value |  | 
    
  
  
    View Source
  
  DictionaryTranslation(ILanguage, String, Guid)
  
  
  Declaration
  
    public DictionaryTranslation(ILanguage language, string value, Guid uniqueId)
   
  Parameters
  
    
      
        | Type | Name | Description | 
    
    
      
        | ILanguage | language |  | 
      
        | System.String | value |  | 
      
        | Guid | uniqueId |  | 
    
  
  Properties
  
  
    View Source
  
  LanguageIsoCode
  
  
  Declaration
  
    public string LanguageIsoCode { get; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Value
  Gets or sets the translated text
Declaration
  
    [DataMember]
public string Value { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  |