A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn 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