Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IDefaultCultureAccessor

    Gives access to the default culture.

    Namespace: Umbraco.Cms.Core.PublishedCache
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IDefaultCultureAccessor

    Properties

    View Source

    DefaultCulture

    Gets the system default culture.

    Declaration
    string DefaultCulture { get; }
    Property Value
    Type Description
    System.String
    Remarks

    Implementations must NOT return a null value. Return an empty string for the invariant culture.

    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • DefaultCulture
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX