 | TranslatorTranslate Method (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 Translate(
string key,
string find1,
string replacement1,
int intAlternative
)
<ObsoleteAttribute("The intAlternative parameter is no longer used.")>
Public Shared Function Translate (
key As String,
find1 As String,
replacement1 As String,
intAlternative As Integer
) As String
Parameters
- key
- Type: SystemString
- find1
- Type: SystemString
- replacement1
- Type: SystemString
- intAlternative
- Type: SystemInt32
Return Value
Type:
String
See Also