Siebel SmartScript Administration Guide > Extending Scripts with Siebel VB and Siebel eScript > Methods Used with Pages >

GetLabelText


GetLabelText returns the translation of the current page name in the current language.

Syntax

GetLabelText

Returns

The translation of the name of the current page of the current SmartScript in the current language, as a string.

Usage

GetLabelText returns the language-specific translation for the page name. This shows up in the page tab and can be used in error messages or other user interactions.

Siebel SmartScript Administration Guide