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.
Declaration
public string Culture { get; set; }
Property Value
Type | Description |
---|---|
string |
Fallback
Gets or sets the fallback culture.
Declaration
public string Fallback { get; set; }
Property Value
Type | Description |
---|---|
string |