Class LocalizationOptions.FallbackCulture
Represents a fallback culture setting.
Inherited Members
Namespace: DataWeb.Configuration
Assembly: DataWeb.Core.dll
Syntax
public class LocalizationOptions.FallbackCulture
Properties
Culture
Gets or sets the culture identifier (e.g., "it-IT", "en-US").
Declaration
public string Culture { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Fallback
Gets or sets the fallback culture identifier used when a resource is not available in Culture (e.g., "it", "en").
Declaration
public string Fallback { get; set; }
Property Value
| Type | Description |
|---|---|
| string |