London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Interface ILanguageSelector

Interface to support language selection on multilingual content.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0
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