Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out 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: 7.19.2
Syntax
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