Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IRequestCultureService

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IRequestCultureService

    Methods

    View Source

    GetRequestedCulture()

    Gets the requested culture from the "Accept-Language" header, if present.

    Declaration
    string GetRequestedCulture()
    Returns
    Type Description
    System.String
    View Source

    SetRequestCulture(String)

    Declaration
    void SetRequestCulture(string culture)
    Parameters
    Type Name Description
    System.String culture
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX