We're running IWS version 8.0 on a desktop computer. The project is multilingual.
We have for example buttons, that you click to initiate a certain crtitical function. For Button OnDown() we have written a script that records the button press by using SendEvent() and writing a certain string to the event log.
This string is human readable and should be translated, but the line does not seem to appear in Translation table when the project texts are refreshed. I would expect it would, since the "Enable translation" is checked under Advanced settings of the button object. What is going wrong?