Interface IDefaultCultureAccessor
Gives access to the default culture.
Namespace: Umbraco.Cms.Core.PublishedCache
Assembly: Umbraco.Core.dll
Syntax
public interface IDefaultCultureAccessor
Properties
View SourceDefaultCulture
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.