Class LocalizationOptions
Represents the localization options in the application settings.
Inherited Members
Namespace: DataWeb.Configuration
Assembly: DataWeb.Core.dll
Syntax
public class LocalizationOptions
Properties
FallbackCultures
Gets or sets the list of fallback cultures.
Declaration
public List<LocalizationOptions.FallbackCulture> FallbackCultures { get; set; }
Property Value
Type | Description |
---|---|
List<LocalizationOptions.FallbackCulture> |
IsResourceInitDisabled
Gets or sets a value indicating whether resource initialization is disabled.
Declaration
public bool IsResourceInitDisabled { get; set; }
Property Value
Type | Description |
---|---|
bool |