TranslatableValue Class |
Namespace: MFiles.VAF.Configuration
The TranslatableValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | TranslatableValue |
Constructor.
|
![]() | TranslatableValue(Boolean, String, String) |
Constructor.
|
Name | Description | |
---|---|---|
![]() | 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.
|