TranslatableContentGetTranslatedText Method (CultureInfo) |
Returns the translated text according to the given culture
Namespace:
MFiles.VAF.Configuration
Assembly:
MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 21.8.10524.1
Syntaxprotected string GetTranslatedText(
CultureInfo culture
)
Protected Function GetTranslatedText (
culture As CultureInfo
) As String
protected:
String^ GetTranslatedText(
CultureInfo^ culture
)
Parameters
- culture
- Type: System.GlobalizationCultureInfo
CultureInfo that specifies which translation to return. Can be null in which case default translation is returned.
Return Value
Type:
StringThe translated text.
See Also