Class LanguageSelectionSource
Indicates the source of a language selection. See Match
Inheritance
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class LanguageSelectionSource : Enum
Fields
Fallback
Indicates that there was no published version of the requested language but a fallback language was found
Declaration
public const LanguageSelectionSource Fallback
Field Value
Type | Description |
---|---|
Language |
Master
Indicates that the Master language was selected either becase that no specific language
was requested to the Language
Declaration
public const LanguageSelectionSource Master
Field Value
Type | Description |
---|---|
Language |
None
Indicates that it was not possible to determine the cause of the language selection.
Declaration
public const LanguageSelectionSource None
Field Value
Type | Description |
---|---|
Language |
Replacement
Indicates that there was a replacement language specified for the requested language
Declaration
public const LanguageSelectionSource Replacement
Field Value
Type | Description |
---|---|
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.
Declaration
public const LanguageSelectionSource ReplacementFallback
Field Value
Type | Description |
---|---|
Language |
Requested
Indicates that the requested language matches the content language
Declaration
public const LanguageSelectionSource Requested
Field Value
Type | Description |
---|---|
Language |
Unknown
Default value. Indicates that no language selection source have yet been determined.
Declaration
public const LanguageSelectionSource Unknown
Field Value
Type | Description |
---|---|
Language |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System. |