I've been using gettext in several private projects and now I want to use gettext to translate strings of a Visual Basic 6 application.
I've checked the GNU gettext packages and it seems that I have to write quite some boilerplate code to get it working with VB6 and I fear that my boss won't allow it.
- Is there some out-of-the box package for VB6? (Something like dxgettext would be a dream!)
- Have you done something similar?
- Is it even possible?
- Where do I start?