[perl-win32-gui-users] Internationalization and Win32::GUI

2004-05-11 Thread Jez White
Hi, Has anyone tried to create an application for Win32::GUI that supports various natural languages? I've worked on production applications that had to provide this kind of support in the past, so I've got a rough idea how the whole process should work. Adding the various windows API

Re: [perl-win32-gui-users] Internationalization and Win32::GUI

2004-05-11 Thread Jez White
Hi, I was really impressed by your use of French and Spanish - until I read the google statement:) There are lots of ways to do this. In my case, I have over a thousand controls (sounds a lot, but when you add up all the labels, group boxes etc!), so maintaining a perl hash becomes

RE: [perl-win32-gui-users] Internationalization and Win32::GUI

2004-05-11 Thread Peter Eisengrein
There are lots of ways to do this. In my case, I have over a thousand controls (sounds a lot, but when you add up all the labels, group boxes etc!), so maintaining a perl hash becomes problematic - ideally, the translations should be in a separate file or database, so they can be worked on