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 IContentLanguageAccessor

Get or set the current language preference for content

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

Properties

Language

Preferred language

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

Extension Methods