I have an Android NDK project entirely in C. I have a bunch of .po files, and libintl configured currently.

Unfortunately, according to a Google dev, it looks like I am SOL expecting to use gettext in my project, as Android doesn't support setting locales at such a low-level.

Are there any ways I can continue to support localization my project?

link|improve this question

79% accept rate
feedback

1 Answer

Try this one:
http://libipod.sourceforge.net/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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