Try our conversational search powered by Generative AI!

Interface ILanguageSelector

Interface to support language selection on multilingual content.

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