What's the best way to add support for multiple languages in an app?
I'm looking for a way to include multilingual support in an app I'm working on for Android Honeycomb - what's the be开发者_如何学运维st practise of doing this?
I've been looking at .mo files and such, but haven't been able to find a concrete answer just yet. Thanks.
Try localozation
Tutorial is here
http://developer.android.com/guide/topics/resources/localization.html
Give a look at this:
Shouldn't have changed much in Honeycomb
精彩评论