Is it possible to translate a string that isn't a constant?
Let me explain.
Using the WIA interface on Windows, it returns the item name of a Device, for example, Feeder.
Obviously, the string is NOT a constant but a variable.
If I put a string in resourcestring with the value 'Feeder' and the corresponding
Italian translation in the po file 'Caricatore', how can I get it translated?
I tried Format(theVariable, []) but it doesn't work.
Thanks.