Reputation: 25
What are the advantages (or disadvantages) of having your android app supporting different languages by using the local folders vs releasing the same app in different languages (other than that it takes a little extra time)?
Upvotes: 0
Views: 315
Reputation: 67239
There are countless reasons to use Android's built-in localization features. Here's a small sampling:
Going with your own method of localizing your app is the naive way to localize. Ignoring Android's powerful tools for supporting different devices and localization settings will only create more work for yourself.
Upvotes: 3