DataWeb
Search Results for

    Show / Hide Table of Contents

    Class LocalizationOptions

    Represents the localization options in the application settings.

    Inheritance
    object
    LocalizationOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX