Interface ILocalizable
Defines the signature for a component that has a ContentData in multiple languages.
Inherited Members
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public interface ILocalizable : ILocaleProperties
ExistingLanguages
Gets or sets the existing languages for the ContentData
Declaration
IEnumerable<CultureInfo> ExistingLanguages { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.IEnumerable<System.Globalization.CultureInfo> | The existing langauges. | 
MasterLanguage
Gets or sets the master language for this ContentData instance.
Declaration
CultureInfo MasterLanguage { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Globalization.CultureInfo | The master language. | 
