DataWeb
Search Results for

    Show / Hide Table of Contents

    Class LocalizationOptions.FallbackCulture

    Represents a fallback culture setting.

    Inheritance
    object
    LocalizationOptions.FallbackCulture
    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.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
    In this article
    Back to top Generated by DocFX