Class CurrencyTranslation
- Namespace
- Dynamicweb.Ecommerce.International
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a translation of a currency.
[Serializable]
public class CurrencyTranslation : Translation, ICloneable
- Inheritance
-
CurrencyTranslation
- Implements
- Inherited Members
Constructors
CurrencyTranslation(string)
Creates an instance of CurrencyTranslation.
public CurrencyTranslation(string languageId)
Parameters
languageId
string- Currency translation language
CurrencyTranslation(string, string)
Creates an instance of CurrencyTranslation.
public CurrencyTranslation(string languageId, string name)
Parameters
Properties
Name
Gets or sets the translated currency name.
public string Name { get; set; }