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?