Top "Arabic" questions

The Arabic tag is for issues relating to displaying user interfaces and managing data in Arabic written language.

How to convert Persian and Arabic digits of a string to English using JavaScript?

How can I convert Persian/Arabic numbers to English numbers with a simple function? arabicNumbers = ["١", "٢", "٣", "٤", "٥", "٦", "٧", "٨", "٩", "٠"] persianNumbers = ["۱", "۲", "۳", "۴", "۵", "۶", "۷", "۸", "۹", "۰"] It is the same …

javascript arabic farsi
Arabic number in Arabic text in Android

EDIT I'm porting my app to Arabic locale. I have some getString() with parameters like: getString(R.string.distance, distance) …

android locale arabic
Regular Expression not to allow numbers - just Arabic letters

I found this regular expression for Arabic letters but it is also allowing numbers with letters. How can I change …

regex arabic
HTML Direction rtl issue

I am working on a Multilanguage website , where in a table one of the td needs to be arabic stuff …

html arabic right-to-left direction
Force RTL layout direction not working for app

I'm trying to add RTL language support in my app (specifically Arabic right now). I'll be supporting English as well. …

android arabic right-to-left
How can I implement iOS with RTL for Arabic Hebrew?

I'm developing an application on Xcode 5 target iOS 7.1 with single view having only two items image and label on it, …

ios arabic right-to-left hebrew
Python Arabic NLP

I'm in the process of assessing the capabilities of the NLTK in processing Arabic text in a research to analyze …

python arabic nlp
Include Arabic characters in JavaScript regular expression?

So im using jquery validation on my script to only allows certain characters. I've had a request to allow the …

javascript regex arabic
String concatenation containing Arabic and Western characters

I'm trying to concatenate several strings containing both arabic and western characters (mixed in the same string). The problem is …

java string internationalization arabic
Set default Locale to DatePicker and TimePicker

I'm using a DatePicker and a TimePicker in a custom Dialog. The functionality works fine, but I have a problem …

android localization arabic android-datepicker android-timepicker