Table of Contents

Class Translation

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
Base class for translations.
[Serializable]
public abstract class Translation : ICloneable
Inheritance
Translation
Implements
Inherited Members

Constructors

Translation(string)

Creates a Translation instance for the given language.
protected Translation(string languageId)

Parameters

languageId string
Language identifier

Properties

LanguageId

Gets the language identifier
public string LanguageId { get; }

Property Value

string

Methods

Clone()

Creates a shallow copy of the current Translation
public object Clone()

Returns

object
A shallow copy of the current Translation
To top