Class VariantGroupTranslation
- Namespace
- Dynamicweb.Ecommerce.Variants
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a translation of a variant group.
[Serializable]
public class VariantGroupTranslation : Translation, ICloneable
- Inheritance
-
VariantGroupTranslation
- Implements
- Inherited Members
Constructors
VariantGroupTranslation(string)
Creates an instance of VariantGroupTranslation.
public VariantGroupTranslation(string languageId)
Parameters
languageId
stringVariant group translation language
Properties
Label
Gets or sets the translated variant group label.
public string Label { get; set; }
Property Value
Name
Gets or sets the translated variant group name.
public string Name { get; set; }