Interface ILocale
Defines the signature for a component that exist in a specific Locale (typically a Content
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface ILocale
Properties
Language
Gets or sets the language for this instance (typically a Content
Declaration
CultureInfo Language { get; set; }
Property Value
Type | Description |
---|---|
System. |
The language. |