Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDictionaryTranslation

    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDictionaryTranslation : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty

    Properties

    View Source

    Language

    Gets or sets the Language for the translation

    Declaration
    [DataMember]
    ILanguage Language { get; set; }
    Property Value
    Type Description
    ILanguage
    View Source

    LanguageId

    Declaration
    int LanguageId { get; }
    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
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Language
      • LanguageId
      • Value
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX