Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

Enum FallbackBehaviors

Specifies which behaviours that should be used as fallback when no match is found.

Namespace: EPiServer.Framework.Localization
Assembly: EPiServer.Framework.dll
Version: 7.19.2
Syntax
[Flags]
public enum FallbackBehaviors

Fields

Name Description
Echo

The key is returned unmodified if no match is found and the key is not a complex key.

FallbackCulture

The resource is returned using the fallback culture if no match is found.

MissingMessage

A message saying that no resource was found is returned if no match is found.

None

An empty string is returned in case of no match.

Extension Methods