Class Translation
- Namespace
- Dynamicweb.Ecommerce.International
- Assembly
- Dynamicweb.Ecommerce.dll
Base class for translations.
[Serializable]
public abstract class Translation : ICloneable
- Inheritance
-
Translation
- Implements
- Derived
- Inherited Members
Constructors
Translation(string)
Creates a Translation instance for the given language.
protected Translation(string languageId)
Parameters
languageId
stringLanguage identifier
Properties
LanguageId
Gets the language identifier
public string LanguageId { get; }
Property Value
Methods
Clone()
Creates a shallow copy of the current Translation
public object Clone()
Returns
- object
A shallow copy of the current Translation