Hello,
i have a From localized to Arabic-Saudi Arabia , the from has Right To Left property set to true , Right To Left Layout also set to true , now my problem is that the customers receives a number like this one :_
773/17/26 , but as you know Arabic is written from Right To Left so when the user reads this number or try to enter it he starts reading from the number 26 , not 773 , so what he really types on the keyboard is :_ 26/17/773 , but the actual number 773/17/26
.
Now i couldn't find a way to do that in .Net Windows Forms Textbox , for refrance you can try doing that ın Microsoft Word , in word => Word Options => Advanced => Show Document Content => Set Numeral to Context . When the keybard input set to arabic languge you can write any number in arabic and also in the wanted format , i mean the cursor always moves from right to left in Word .
Now this is the thing that i am not beeing able to do in my Form , i want the text box's cursor to always keep moving from Right To Left not from Left To Right .
Thanks for any help .