On Sunday November 4 2007, You wrote:
> Do we something like that in Linux ? Or I just have to prepare a list of
> *.h files that will cotains #defines for all my strings in different
> languages ?
>
> Do we have have any crossplatform localization solution for C/C++ projects
> ?
QT Linguist and KBabel are two of my favorite GUI tools for translating the
localization files of various formats. Both have their advantages, as well as
drawbacks, you can easily find it out by yourself. With some learning about
the syntax, a text editor will do even better, but I mostly do it to finish
things and generate a smaller diff.
--
Sincerely Yours,
Michael Vasiliev
"Simplicity is prerequisite for reliability."
-- Edsger Wybe Dijkstra
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]