Table of Contents

Class TranslationEntry

Namespace
Dynamicweb.Rendering.Translation
Assembly
Dynamicweb.Core.dll

Represents single key translation.

public class TranslationEntry
Inheritance
TranslationEntry
Inherited Members

Constructors

TranslationEntry()

Creates new instance of the class.

public TranslationEntry()

TranslationEntry(string, string)

Creates new instance of the class.

public TranslationEntry(string cultureName, string value)

Parameters

cultureName string

The culture name for current translation.

value string

The value for current translation.

Properties

CultureName

Gets or sets the culture name for current translation.

public string CultureName { get; set; }

Property Value

string

Value

Gets or sets the value for current translation.

public string Value { get; set; }

Property Value

string
To top