EbaseSystem.getTexts

Returns the system texts object which provides access to all system texts.

System texts are used to provide standard texts to end users e.g. standard popup validation error messages, mouseover texts etc.

Further documentation.

Examples:

 var txt1 = system.texts.getText(21).text;
 system.texts.getText(21).text = "New list header text";
 

returns SystemTexts