Try our conversational search powered by Generative AI!

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: 8.11.0
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.