Translates strings.
string[<s>string...]
where
Parameter | Type | Description |
string | String | The string to be translated. |
<s> = Char(FF)
Value | Description |
OK | The strings were translated succesfully. |
ERROR |
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.
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