Reputation: 2127
How can one achieve string localisation in Android?
Upvotes: 0
Views: 409
Reputation: 2708
You can find the official documentation of string localization here : https://developer.android.com/guide/topics/resources/localization.html
However, if you want a sample of how to achieve it via code, visit this link.
Disclosure: I have written the above mentioned sample.
Upvotes: 0
Reputation: 2802
See documentation: http://developer.android.com/guide/topics/resources/localization.html
Upvotes: 1