Greetings,
We have a Visual C++ forms application with localized satellite dlls for which we want to automatically validate the translations. In order to do so we must link the UI object (eg. a button) to the string resource ID.
The problem is that we cannot find a way to link the two elements that would allow us to compare the translations files that we send out (Resource IDs = strings) and the UI objects of a dialog.
I googled this issue to no avail and it is hard to believe that we are the only ones facing this challenge.
How do you guys automatically validate the different languages of your Visual C++ Forms application ?
Thanks !
Simon Glet