MLValues
The MLValues
class represents a multilingual value with a key and corresponding language-specific values.
Properties
Name | Description |
---|---|
Key | The key associated with the multilingual values. |
Values | A dictionary containing language keys and their corresponding text values. |
Constructors
Name | Description |
---|---|
MLValues() | Initializes a new instance of the MLValues class. |