TranslatableValue(Boolean, String, String) Constructor
Constructor.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public TranslatableValue(
bool isDefault,
string cultureOrLanguage,
string translatedText
)
Parameters
- isDefault Boolean
- Specifies if this text is the default language version of the translatable text.
- cultureOrLanguage String
- The culture name in standard format e.g. 'en-US' or 'fi-FI' or the corresponding three-letter ISO language identifier e.g. 'eng' or 'fin'.
- translatedText String
- The translated text.