Reputation: 6604
I have created an App in english language and its working fine. Now i want to convert this English language to Arebic. I am following this link. stackoverflow .But not getting properly. Can Anybody tell me any tutorial OR any references for this?
Upvotes: 0
Views: 2323
Reputation: 7315
Create a resource folder: res/values-ar
Copy your strings.xml file from res/values into this folder and translate the english strings in this file to arabic.
Upvotes: 0
Reputation: 2269
If you need to add a translation, please study this manual: Localization Guide.
Upvotes: 3