Search Results for

    Show / Hide Table of Contents
    View Source

    Interface ICultureDictionary

    Represents a dictionary based on a specific culture

    Namespace: Umbraco.Cms.Core.Dictionary
    Assembly: Umbraco.Core.dll
    Syntax
    public interface ICultureDictionary

    Properties

    View Source

    Culture

    Returns the current culture

    Declaration
    CultureInfo Culture { get; }
    Property Value
    Type Description
    CultureInfo
    View Source

    this[string]

    Returns the dictionary value based on the key supplied

    Declaration
    string? this[string key] { get; }
    Parameters
    Type Name Description
    string key
    Property Value
    Type Description
    string

    Methods

    View Source

    GetChildren(string)

    Returns the child dictionary entries for a given key

    Declaration
    IDictionary<string, string> GetChildren(string key)
    Parameters
    Type Name Description
    string key
    Returns
    Type Description
    IDictionary<string, string>
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX