SpunkerBaba
SpunkerBaba

Reputation: 2127

String Localisation in Android

How can one achieve string localisation in Android?

Upvotes: 0

Views: 409

Answers (2)

Akhilesh Awasthi
Akhilesh Awasthi

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

Related Questions