python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
rtl in material UI cause ruined my app appearance
I setup my rtl configuration step by step in v5mui. Using:
emotion as styled-engine
stylis v4
stylis-plugin-rtl v2
Every thing is OK but when using some complicated component my app appearance crash...

Hamid Saif
Votes: 0
Answers: 1
Program terminates when I set property right to left = yes in c#
I am new to c#. I am creating a program with Multilanguage option.
Every thing works fine with both English and Arabic languages. Language is changing properly.
when I try to change layout property of...
Wahab
Votes: 0
Answers: 0
Unable to read the value of input text in arabic language in the same way I typed in Javascript
I am trying to read the value of an input text field entered in the Arabic language using javascript.
But as you can see in the screenshot it's not fetching the text in the same way I typed.
The numb...

Siva
Votes: 0
Answers: 1
C# string.Format in Right To Left Language Xamarin
string s1 = "s1";
string s2 = "s2";
string s3 = string.Format("{0} - {1}", s1, s2);
I want my string s3 to be s1 - s2 in English(LTR langs) , but s2 - s1 in Arabic(RTL ...

Shubham Tyagi
Votes: 0
Answers: 1