如何在android中支持阿拉伯语?
问题描述:
可能的重复:
如何在 Android 中支持阿拉伯语文本?
如何使用阿拉伯语文本以及如何在 android.unicode 中获得阿拉伯语支持.
how to use arabic text and how to get arabic language support in android.unicode.
TextView tv=(TextView)findViewByid(R.id.text);
答
对 textview 使用字体并使用您的阿拉伯语 ttf 进行相同的操作.tv.setTypeFace 是 API
use typeface for the textview and use your arabic ttf for the same. tv.setTypeFace is the API