A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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.