TRANSLATE Message

Translates strings.

Message data

string[<s>string...]

where

Parameter Type Description
string String The string to be translated.
<s> = Char(FF)

Result code

Value Description
OK The strings were translated succesfully.
ERROR  

Reply data

Parameter Type Description
translation String The translated string. This is sent only if the result is OK.

If the message contained several strings the reply contain equal amount of translations separated by the Char(FF) character.

Example

The following string translates the "&Open..." string belonging to the Open1 component on the Form1 form.

TRANSLATE &Open...

The following string translates the "Car" and "Bike" strings.

TRANSLATE Car<s>Bike

See also

CONTEXT, LOGIN, OPEN