Returns the scope of the current translation.
Valid only within the 'replacement' field in translation items.

Syntax

Smartsite SXML CopyCode image Copy Code
integer translation.getscope()

Parameters

This Viper method does not expose any parameters.

Return Value

Data Type Description
Integer The scope of the current translation.
Global System translations: -95
Global Normal translations: -96
Other: Folder number to which the translation is scoped.
SXML