Possible Duplicate:
Arabic text support for Android Emulator
I would like to set arabic language in my android app. But i unable to use arabic font. Please any boudy help me to use this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use this to change the language by anagrammatically.
Write the countrycode of language in place of “en_US” whatever language you want.
Like for
japanese--"ja_JP" For Arabic--"ar"or check this link for code of country.Also See Languages supported.
And make a folder in
res/values-ar for arabic.And make
string.xmlfile And put the languages whatever you want on your layout.. It will fetch the default language from values folder otherwise you want it manually then it will fetch from your external folder values-ar etc. like.