PRELIMINARY INFORMATION - SUBJECT TO CHANGE
Returns immediately from a translation, with the given result.
Note that standard replacement output of the translation will not be used when using translation.return(). You must use translation.setresult(), translation.setnullresult(), or the returnValue argument of translation.return().

Syntax

Smartsite SXML CopyCode image Copy Code
translation.return(any returnValue)

Parameters

Name Data Type Description
returnValue Any The return value of the translation.

Return Value

None.
SXML