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 ILanguageSelectionSource

Interface to support language selection on multilingual with information on how the language was selected.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 8.11.0
Syntax
[Obsolete("Use IContentLanguageSettingsHandler to get fallback and replacement settings for content")]
public interface ILanguageSelectionSource

Properties

SelectionSource

Gets what selection source was used when selecting the language.

Declaration
LanguageSelectionSource SelectionSource { get; }
Property Value
Type Description
LanguageSelectionSource

Extension Methods