TranslatableContentGetTranslatedText(CultureInfo) Method

Returns the translated text according to the given culture

Definition

Namespace: MFiles.VAF.Configuration
Assembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
C#
public string GetTranslatedText(
	CultureInfo culture
)

Parameters

culture  CultureInfo
CultureInfo that specifies which translation to return. Can be null in which case default translation is returned.

Return Value

String
The translated text.

See Also