Returns the value of a translation argument.
Valid only within the 'replacement' field in translation items.
Index is 1-based.

Syntax

Smartsite SXML CopyCode image Copy Code
string translation.arg(integer index)
string translation.arg(string argName)

Parameters

Name Data Type Description
index Integer The index (1-based) of the argument to get.
argName String Name of the argument to get.

Return Value

Data Type Description
String The current value of a parametrized translation's parameter with the given index (1-based).

Expand image Examples

SXML