Table of Contents

Class CountryText

Namespace
Dynamicweb.Ecommerce.International
Assembly
Dynamicweb.Ecommerce.dll
Represents the translations for the countries.
[Obsolete("Use CountryTranslation")]
[Serializable]
public class CountryText
Inheritance
CountryText
Inherited Members

Constructors

CountryText()

Initializes a new instance of the class.
public CountryText()

Properties

LanguageId

Gets or sets the language id.
public string LanguageId { get; set; }

Property Value

string

Name

Gets or sets the name.
public string Name { get; set; }

Property Value

string
To top