DataWeb
Search Results for

    Show / Hide Table of Contents

    Class TranslationRule

    Represents a custom translation rule.

    Inheritance
    object
    TranslationRule
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Localization
    Assembly: DataWeb.Core.dll
    Syntax
    public class TranslationRule

    Properties

    Culture

    Gets or sets the culture where the entry is applied (Global for all).

    Declaration
    public string Culture { get; set; }
    Property Value
    Type Description
    string

    Id

    Gets or sets the unique identifier.

    Declaration
    public string Id { get; set; }
    Property Value
    Type Description
    string

    TranslatedValue

    Gets or sets the custom translation text.

    Declaration
    public string TranslatedValue { get; set; }
    Property Value
    Type Description
    string

    Value

    Gets or sets the text to be translated.

    Declaration
    public string Value { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX