Michell Bak
Michell Bak

Reputation: 13252

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 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

Answers (2)

jasalguero
jasalguero

Reputation: 4181

Give a look at this:

Shouldn't have changed much in Honeycomb

Upvotes: 1

ihrupin
ihrupin

Reputation: 6972

Try localozation

Tutorial is here

http://developer.android.com/guide/topics/resources/localization.html

Upvotes: 2

Related Questions