Skip to main content

MLValues

The MLValues class represents a multilingual value with a key and corresponding language-specific values.

Properties

NameDescription
KeyThe key associated with the multilingual values.
ValuesA dictionary containing language keys and their corresponding text values.

Constructors

NameDescription
MLValues()Initializes a new instance of the MLValues class.