London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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: 13.30.0
Syntax
[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.