Alternative gettext lib in C?

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

Unfortunately, according to Google dev , it looks like I'm SOL expecting to use gettext in my project, since Android does not support setting locales at such a low level.

Is there any way to continue supporting the localization of my project?

+5
source share

All Articles