Interface ILocalizable
Defines the signature for a component that has a Content
Inherited Members
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public interface ILocalizable : ILocale
Properties
ExistingLanguages
Gets or sets the existing languages for the Content
Declaration
IEnumerable<CultureInfo> ExistingLanguages { get; set; }
Property Value
Type | Description |
---|---|
System. |
MasterLanguage
Gets or sets the master language for this Content
Declaration
CultureInfo MasterLanguage { get; set; }
Property Value
Type | Description |
---|---|
System. |
The master language. |