Default implementation of language selection on multilingual pages, see static method AutoDetect for default behaviour
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
[SerializableAttribute] public class LanguageSelector : ILanguageSelector |
Remarks
This class is not thread-safe, it should not be cached or stored in static member variables - always create a new instance of this class by for example calling AutoDetect or using the constructor with a language branch.