T
This function returns text that has been translated using a specified translation table. If the text cannot be translated, it returns the inputted text.
Syntax
T text, [table]
Parameters
The following table describes the parameters of the T command:
| Parameter | Description |
|---|---|
| text | Text to translate |
| table | Table handle to use for the translation; default is the table specified by the
Translation Use command |
Return Value
The translated text
Examples
The following example shows the use of the T function.
MessageBox T("Invalid Entry"), T("Customer maintenance")Related Script Commands
Translation Load, Translation Unload, Translation Use