Class DefaultCultureAccessor
Provides the default implementation of IDefault
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.PublishedCache
Assembly: Umbraco.Core.dll
Syntax
public class DefaultCultureAccessor : IDefaultCultureAccessor
Constructors
View SourceDefaultCultureAccessor(ILocalizationService, IRuntimeState, IOptionsMonitor<GlobalSettings>)
Initializes a new instance of the Default
Declaration
public DefaultCultureAccessor(ILocalizationService localizationService, IRuntimeState runtimeState, IOptionsMonitor<GlobalSettings> options)
Parameters
Type | Name | Description |
---|---|---|
ILocalization |
localizationService | |
IRuntime |
runtimeState | |
IOptions |
options |
Properties
View SourceDefaultCulture
Gets the system default culture.
Declaration
public string DefaultCulture { get; }
Property Value
Type | Description |
---|---|
System. |
Remarks
Implementations must NOT return a null value. Return an empty string for the invariant culture.