| TemplateTranslateText Method (String, String, String) |
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public string TranslateText(
string text,
string defaultValue,
string cultureName
)
Public Function TranslateText (
text As String,
defaultValue As String,
cultureName As String
) As String
Parameters
- text
- Type: SystemString
- defaultValue
- Type: SystemString
- cultureName
- Type: SystemString
Return Value
Type:
StringSee Also