Alternatives to gettext?
First of all I think gettext is one of the best at this point. You may take a look on Boost.Locale that may provide a better API and use gettext‘s dictionary model: http://cppcms.sourceforge.net/boost_locale/docs/ (not official part of Boost, still beta). Edit: If you don’t like gettext… These are translation technologies: OASIS XLIFF GNU gettext po/mo … Read more