当阿拉伯文文字带有数字时,阿拉伯文字出现反向

时间:2011-12-27 13:43:50

标签: android locale arabic textview

我需要在Android中的TextView打印下面的阿拉伯语字符串。打印效果不错,但是当阿拉伯文字和数字落在同一个字符串中时,Android会将数字放在最后!

这是我的代码

String str = "مقر 44";
TextView textView = (TextView)findViewById(R.id.test);
textView.setText(str);

这是输出

enter image description here

1 个答案:

答案 0 :(得分:0)

您可以尝试使用此解决方法

 String str = "44 "+"مقر ";
        TextView textView = (TextView)findViewById(R.id.txt_title);
        textView.setText(str);

enter image description here

它不是Android最终放数字,因为阿拉伯语写作标准