Interface ICurrentCultureAccessor
Provides access to the current cultures for the current execution.
Namespace: EPiServer.Framework.Localization
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
public interface ICurrentCultureAccessor
Remarks
Works like System.
Properties
CurrentCulture
The determined culture.
Declaration
CultureInfo CurrentCulture { get; }
Property Value
Type | Description |
---|---|
System. |
Remarks
If not explicitly assinged it fallback to System.
CurrentUICulture
The determined UI culture.
Declaration
CultureInfo CurrentUICulture { get; }
Property Value
Type | Description |
---|---|
System. |
Remarks
If not explicitly assinged it fallback to System.