we are going to localize the user interface of a WinForms application system, partly written in C#, partly in C++/CLI. The system consists of about 350K LOC. The user interface is about one third of the code. There are about 50 forms in the main application, and some satellite applications with some additional dialogs. Currently, the whole GUI is german, and we are planning to give the application an alternate english GUI.
What I am looking for is some metrics or techniques for making a rough guess about the effort we are going to expect. Any hints appreciated!