TranslatableContentGetTranslatedText(CultureInfo) Method
Returns the translated text according to the given culture
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public string GetTranslatedText(
CultureInfo culture
)
- culture CultureInfo
- CultureInfo that specifies which translation to return. Can be null in which case default translation is returned.
StringThe translated text.