On Sunday 04 November 2007, Michael Sternberg wrote:
> Hello everybody.
>
> In Windows, when I want to localize my application, I'm using *.rc files
> with strings for every language that I want to support. All strings in one
> place, I can easily transfer all them to anybody for translation and spell
> checking.
>
> 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
> ?
>

Yes, we do. Look at GNU gettext:

http://www.gnu.org/software/gettext/

Note that I had little experience with it, except for the various steps I 
needed to build its input files as parts of projects I participated on.

Regards,

        Shlomi Fish

---------------------------------------------------------------------
Shlomi Fish      [EMAIL PROTECTED]
Homepage:        http://www.shlomifish.org/

I'm not an actor - I just play one on T.V.

=================================================================
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]

Reply via email to