Class TranslationRule
Represents a custom translation rule.
Inherited Members
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 |