Enum FallbackBehaviors
Specifies which behaviours that should be used as fallback when no match is found for the provided key.
Namespace: EPiServer.Framework.Localization
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
[Flags]
public enum FallbackBehaviorsFields
| 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. Requires a fallback culture to be specified. | 
| 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. | 
| Null | A null string is returned in case of no match. | 
