Translates strings.
string<s>form<s>component[<s>string<s>form<s>component...]
where
Parameter | Type | Description |
string | String | The string to be translated. |
form | String | The form where the string belongs to. |
component | String | The component where the string belongs to. |
<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.
CONTEXT &Open...<s>Form1<s>Open1
The following string translates the "Car" and "Bike" strings.
CONTEXT Car<s><s><s>Bike