Enum LanguageSelectionSource
Indicates what source the Language
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public enum LanguageSelectionSource
Fields
Name | Description |
---|---|
Fallback | Indicates that there was no published version of the requested language and that the
Language |
Master | Indicates that the Master language was selected either becase that no specific language
was requested to the Language |
None | Indicates that the Language |
Replacement | Indicates that there was a replacement language specified for the requested language and that this language was selected. |
ReplacementFallback | Indicates that there was a replacement language specified for the requested language
but that no published version of the replacement language was found and that the
Language |
Requested | Indicates that the language that was passed in to the Language |
Unknown | Indicates that the Language |