A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: 10.8.0
Syntax
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.