Search Results for

    Show / Hide Table of Contents
    View Source

    Class DictionaryTranslationSave

    The dictionary translation save model

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Models.ContentEditing
    Assembly: Umbraco.Core.dll
    Syntax
    [DataContract(Name = "dictionaryTranslation", Namespace = "")]
    public class DictionaryTranslationSave

    Properties

    View Source

    IsoCode

    Gets or sets the ISO code.

    Declaration
    [DataMember(Name = "isoCode")]
    public string IsoCode { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    LanguageId

    Gets or sets the language id.

    Declaration
    [DataMember(Name = "languageId")]
    public int LanguageId { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Translation

    Gets or sets the translation.

    Declaration
    [DataMember(Name = "translation")]
    public string Translation { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • IsoCode
      • LanguageId
      • Translation
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX