Reputation: 13252
I'm looking for a way to include multilingual support in an app I'm working on for Android Honeycomb - what's the best 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.
Upvotes: 1
Views: 179
Reputation: 6972
Try localozation
Tutorial is here
http://developer.android.com/guide/topics/resources/localization.html
Upvotes: 2