TranslatableValue Class
Class representing a single translated text value.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
[SerializableAttribute]
public class TranslatableValue
- Inheritance
- Object TranslatableValue
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.
|