Class LanguageDefinition
Definition of single language element in an ecf.app.config file
Inheritance
System.Object
LanguageDefinition
Namespace: Mediachase.Commerce.Core
Assembly: Mediachase.Commerce.dll
Version: 12.17.2Syntax
[Obsolete("The static language configuration is no longer used, language definitions in Episerver CMS are used instead. Will remail at least until January 2019")]
public class LanguageDefinition : ConfigurationElement
Constructors
LanguageDefinition()
Initializes a new instance of the LanguageDefinition class.
Declaration
public LanguageDefinition()
Properties
Key
Gets the name.
Declaration
public string Key { get; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Value
Gets the value.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String | The value. |