Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryTranslation

    Represents a translation for a DictionaryItem

    Inheritance
    System.Object
    BeingDirtyBase
    EntityBase
    Namespace: Umbraco.Cms.Core.Models
    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
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • DictionaryTranslation(ILanguage, String)
      • DictionaryTranslation(ILanguage, String, Guid)
    • Properties
      • LanguageIsoCode
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX