python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
cannot make text rtl with python-docx
yes i know many questions about this issue exists but i couldn't make any of them work.
i have python 3.7 and python-docx 0.8.11.
i have tried many solutions including this one
from docx import Docume...
user
Votes: 0
Answers: 1
VSCode IDE messes up RTL strings after selecting
Recently, I had to reinstall windows 11 on my machine. So, after that, I had to install VSCode again (therefore, I have the most recent version of VSCode).
Now, whenever I select any Persian sentences...

TheFaultInOurStars
Votes: 0
Answers: 1
UIStackView not reversed when viewDidLoad in RTL language
I have a UIStackView in Storyboard with structure as below and want to scroll it to a specific button in viewDidLoad.
This is how I'm scrolling it.
[self.scrollView scrollRectToVisible:button.frame a...
ArgenBarbie
Votes: 0
Answers: 1
Is it possible to make mat-grid-list direction to be right to left?
I am using mat-grid-list of Material in an Angular project.
I would like that the mat-grid-tile items direction will be in right to left order (By default the order of the items in mat-grid-list is le...
Hagai Cohen
Votes: 0
Answers: 1