TranslatableValue Class

Class representing a single translated text value.

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
[SerializableAttribute]
public class TranslatableValue
Inheritance
Object    TranslatableValue

Constructors

Properties

CultureOrLanguage The culture name of the translated text e.g. 'en-US' or 'fi-FI' or the three-letter language identifier of the text e.g. 'eng' or 'fin'.
Default Is this the translation in the default language. Optional. If the value is in the default language the culture or language identifier isn't provided.
Text The translated text.

See Also