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.2Syntax
[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. | 
| 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. | 
