Click or drag to resize

TranslatorJsTranslate Method (String, String, String, String, String, Int32)

Note: This API is now obsolete.

Namespace:  Dynamicweb.SystemTools
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
[ObsoleteAttribute("The intAlternative parameter is no longer used.")]
public static string JsTranslate(
	string key,
	string find1,
	string replacement1,
	string find2,
	string replacement2,
	int intAlternative
)

Parameters

key
Type: SystemString
find1
Type: SystemString
replacement1
Type: SystemString
find2
Type: SystemString
replacement2
Type: SystemString
intAlternative
Type: SystemInt32

Return Value

Type: String
See Also