Class TranslationEntry
- Namespace
- Dynamicweb.Rendering.Translation
- Assembly
- Dynamicweb.Core.dll
Represents single key translation.
- Inheritance
-
Translation
Entry
- Inherited Members
Constructors
TranslationEntry()
Creates new instance of the class.
TranslationEntry(string, string)
Creates new instance of the class.
Parameters
cultureName
stringThe culture name for current translation.
value
stringThe value for current translation.
Properties
CultureName
Gets or sets the culture name for current translation.
Property Value
Value
Gets or sets the value for current translation.