Click or drag to resize

TemplateBaseTTranslate Method (String)

Translates a text using the current language and design context.

Namespace:  Dynamicweb.Rendering
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax
public string Translate(
	string text
)

Parameters

text
Type: SystemString
The text to translate

Return Value

Type: String
The translated text if a translation exists. Otherwise the untranslated text.
See Also