2

Possible Duplicate:
How to support Arabic text in Android?

how to use arabic text and how to get arabic language support in android.unicode.

TextView tv=(TextView)findViewByid(R.id.text);
Community
  • 1
  • 1
user759644
  • 31
  • 1
  • 3
  • 1
    Follow this helpful [link](http://stackoverflow.com/questions/7962704/how-to-support-arabic-text-in-android/7962813#7962813) and enjoy! There is a complete description of problem and an algorithm as its solution. – Bob Nov 01 '11 at 08:16

2 Answers2

0

use typeface for the textview and use your arabic ttf for the same. tv.setTypeFace is the API

user370305
  • 108,599
  • 23
  • 164
  • 151
Dinesh Prajapati
  • 9,274
  • 5
  • 30
  • 47
0

I guess it's a firmware feature , I use the latest CyanogenMod 7.1 on my Nexus S and I have the arabic language for the menu and text input .

After that you can use typeface .

moujib
  • 742
  • 2
  • 7
  • 26
  • Like i have some arabic text.so i need to paste that in my code .but its not supporting arabic.how to fix that? – user759644 Oct 31 '11 at 17:03