Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Interface ILanguageSelector

Interface to support language selection on multilingual content.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public interface ILanguageSelector

Properties

Language

Specifies for which language content should be fetched. If set to System.Globalization.CultureInfo.InvariantCulture, content will be loaded from the master language branch.

Declaration
CultureInfo Language { get; }
Property Value
Type Description
System.Globalization.CultureInfo

Extension Methods