I am working on a large Java 1.4.2 project (~3000 files...) that contain lots of GUI widgets. There is a requirement to translate all text on the UI widgets to different languages (Italian, French, German), only European languages at this point.
- How would you go about designing a solution for such a problem?
- How would you verify that solution once implemented?