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
cultureNamestringThe culture name for current translation.
valuestringThe value for current translation.
Properties
CultureName
Gets or sets the culture name for current translation.
public string CultureName { get; set; }
Property Value
Value
Gets or sets the value for current translation.
public string Value { get; set; }