Enum LanguageBehaviour
Specifies how languages should be handled during loading of IContent.
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public enum LanguageBehaviour
Fields
Name | Description |
---|---|
Fallback | Loads the IContent in the requested language. If the IContent instance does not exist or is not published in the requested language then language settings is taken into consideration to see if it should load the IContent instance in another language. |
FallbackWithMaster | Works as Fallback but with an additional fallback to master language. |
NoFallback | Loads the IContent in the requested language. No consideration is taken to fallback or replacement settings. |