Re: Win32, GTK+ and string Internationalisation



> I've heard you gotta create .po files, is that right?  But I'm not 100%
> sure on what I have to do to get this working.
>
> Anyway, if you know anything, please help.
>
> thanks
>
> chris

Yes, you should use .po files (message catalogs) to translate your
application.

Windows code has some platform problems, and needs calling some additional
API in order to work.
You can see existing implementation in my open source NoteCase project
(http://notecase.sourceforge.net)
Just download source code and find GuiLanguage C++ class. It's all in there!

I hope this helps.

Best regards,
  Miroslav Rajcic





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]