Enum LanguageSelectionSource
Indicates the source of a language selection. See MatchLanguageSettings(IContent, String).
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public enum LanguageSelectionSource
Fields
Name | Description |
---|---|
Fallback | Indicates that there was no published version of the requested language but a fallback language was found |
Master | Indicates that the Master language was selected either becase that no specific language was requested to the LanguageSelector or that the requested language or any language in the fallback chain was published. |
None | Indicates that it was not possible to determine the cause of the language selection. |
Replacement | Indicates that there was a replacement language specified for the requested language |
ReplacementFallback | Indicates that there was a replacement language specified for the requested language but that no published version of the replacement language was found but a fallback language was found. |
Requested | Indicates that the requested language matches the content language |
Unknown | Default value. Indicates that no language selection source have yet been determined. |