vote up 0 vote down star

I'm looking into frameworks for translation, and have been considering gettext. Because it's supposedly quite good, and lots of projects use it. Now I read part of the official manual, but it sucked. I kind of have an idea how it works now, but I have no idea where to get started.

In particular my project spans C++, Lua and Javascript, so I'd love to be able to unify the i18n with a single tool, but I'm also not having luck finding gettext good support for Lua or Javascript, are they supported, has anybody used gettext with these?

Thanks.

flag

1 Answer

vote up 2 vote down check

How about this tutorial? Another example is at O'Reilly.

link|flag
+1 for O'Reilly its a good starting point – Robert Gould Mar 26 at 10:32

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.