Hi,
has anyone here used Steven Black's Intl code for translating their applications?
I have written some code which will open all my FRX files and convert each label to a text field with the expression of the label being called in i(). So if i had a label with the text as "Client" I would end up with a text box with the expression as: i("Client").
This works but ends up with me then having to modify each report to slightly adjust the text box's positioning to get it to line up with surrounding objects properly.
Is this the best way to do this or is there another recommended way? Maybe some hook in the reportlistener to automatically call i() on the label itself?