 | TranslatorJsTranslate Method (String, String, String) |
Namespace:
Dynamicweb.SystemTools
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static string JsTranslate(
string key,
string find1,
string replacement1
)
Public Shared Function JsTranslate (
key As String,
find1 As String,
replacement1 As String
) As String
Parameters
- key
- Type: SystemString
- find1
- Type: SystemString
- replacement1
- Type: SystemString
Return Value
Type:
String
See Also