London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Enum LanguageBehaviour

Specifies how languages should be handled during loading of IContent.

Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
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.

Extension Methods