Alternative gettext lib in C?
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开发者_JAVA技巧 Android doesn't support setting locales at such a low-level.
Are there any ways I can continue to support localization my project?
I'm not shure you are looking for this lib but you can try https://code.google.com/p/mofilereader/downloads/detail?name=moFileReaderSDK-0.1.3.zip
精彩评论