Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
39 views

Is there a way to configure VSCode editor so that the cursor movement in RTL (right-to-left) strings in the editor would be visual rather that logical, i.e. so that once the cursor is in an RTL part ...
HiG's user avatar
  • 11
0 votes
1 answer
87 views

I'm having trouble making docusaurus RTL. I used a solution that changed the CSS by the following: html { direction: rtl; font-family: 'Vazir', 'Tahoma', 'Arial', sans-serif; } /* Optionally, ...
Sam's user avatar
  • 75
1 vote
1 answer
146 views

I am trying to implement Right to left (RTL) language support to a react native app. I want my app to be as consistent as possible across different devices. When using react navigation drawer and ...
Tosh's user avatar
  • 21
3 votes
1 answer
100 views

I am using the OpenAI completions API to write text like how ChatGPT does it in the user/system message back and forth. But this is for Arabic text, and explanation of text comes back in mixture of ...
Lance Pollard's user avatar
0 votes
0 answers
28 views

I have a large collection of structured text, in Hebrew & English, mixed in every sentence. Tesseract is re-ordering the words in these sentence, without success. How can I tell Tesseract just to ...
Berry Tsakala's user avatar
1 vote
0 answers
56 views

I'm trying to build a horizontal Flatlist that supports RTL. Still, for some reason, the flatlist horizontal expansion direction is opposite to the data render direction (if my words make any sense). ...
Hisham Sayed's user avatar
0 votes
0 answers
26 views

I'm aware you can change the language direction in settings.scss, but I need to support both directions as the CSS will be used on a multi-language site. Is there a way to do this, or am I best to ...
James B's user avatar
  • 119
1 vote
1 answer
98 views

My code contains a word or string that ends with Arabic ketter and then a number. But for some reasons, the number appear before the Arabic as if it's treated as an Arabic number even in the editor. &...
RajinCoding2007's user avatar
-1 votes
1 answer
91 views

I have an OpenXML file, and i don't fully understand how word draw letters in this document. <w:p> <w:pPr> <w:bidi/> </w:pPr> ...
Никита Якушев's user avatar
0 votes
0 answers
134 views

I need to create Google Wallet Layout using Class Template Info. I couldn't find any Documentation of Right To left support. I will Appreciate any insights.
Tal's user avatar
  • 544
0 votes
1 answer
173 views

I am sending HTML emails with explicit HTML attribute and style to make the text RTL. But gmail seems to strip it out completely. Example email body (HTML) <html lang='he-IL' xmlns='http://www.w3....
HelloWorld's user avatar
1 vote
0 answers
18 views

Most editors like basic IOS or Windows have their editor switch to R-T-L orientation if the active script is of R-T-L such as Arabic, Urdu or Hebrew. Yet can't find such support in TinyMCE. Is there a ...
Ali Shakir Hassan Al-Assam's user avatar
0 votes
0 answers
61 views

In our iOS app, multiple languages are already supported. But there are one strange bug: After switching languages from Arabic to English, some views are flipped horizontally, which not look like ...
Smeegol's user avatar
  • 2,108
0 votes
0 answers
110 views

I'm implementing Google Sign-In on my website and encountering an issue with the button layout in right-to-left (RTL) locales, specifically for Hebrew (he) and Arabic (sa). The Google icon within the ...
misolo's user avatar
  • 1,168
-1 votes
1 answer
130 views

I am trying to write a function that receives a DataTable and writes the data from it into a csv file, The function works, but I want the file content to be displayed in Right-to-Left (RTL).. I tried ...
abab's user avatar
  • 37
1 vote
0 answers
30 views

Problem Here is my layout file: activity_main.xml <?xml version="1.0" encoding="utf-8"?> <androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://...
Yatung Yü's user avatar
1 vote
0 answers
87 views

The search field options menu, shows it content flipped in Right to left languages like Arabic, as you can see in screenshot below the only thing I did is adding the searchable to navigation stack ....
user13474651's user avatar
1 vote
1 answer
151 views

I have issue in SwiftUI with Right to Left Languages (Arabic) The navigation bar is correct, but check the list row and text editor, its flipped to the left edge, which it must be in the right edge in ...
user13474651's user avatar
3 votes
2 answers
373 views

I've been given a document with some information written in Hebrew. I need to write regular expressions to extract structured data from the document with JavaScript (specifically Node.js). For example,...
ironcito's user avatar
  • 837
3 votes
2 answers
920 views

Since Arabic text is automatically reversed in PowerShell, I had to reverse-flip it to make it readable. For example, the text 'مرحبا' , will look 'ابحرم' I can change them one by one, but I have ...
Oprex Droid's user avatar
1 vote
0 answers
47 views

$Text = 'مرحبا يا عالم' $TextR = -Join ($Text.ToCharArray() | Sort {(--$script:i)}) $Text; $TextR; sleep 5 I have a little problem. Arabic text is not recognized as the exact original text in Non-...
Oprex Droid's user avatar
3 votes
1 answer
1k views

The original text is $text = "مرحبا بك في PowerShell" When I pasted it into PowerShell, the Arabic text order changed to reverse automatically: I tried to solve it with: [Console]::...
Oprex Droid's user avatar
1 vote
0 answers
202 views

I have simple page here to show the problem. I'm using latest swiper version in RTL document to show some images slides as follow <!DOCTYPE html> <html lang="eng" dir="rtl"...
davidF's user avatar
  • 11
0 votes
1 answer
80 views

In flutter when I try using SelectableText widget with rtl languages, anchors behave wrong. It's really unpredictable. you grab one of the anchors but the other one moves... I tested this on both a ...
Pourya Pourbagheri's user avatar
0 votes
1 answer
418 views

I want to change the direction to RTL since I write in Kurdish which uses Arabic numerals. but whenever I apply run.font.rtl = True, it will cancel the font size run.font.size = Pt(20) How can I fix ...
Hama Sabah's user avatar
0 votes
2 answers
470 views

I’m trying to localize my SwiftUI app for RTL languages but having trouble getting the views to be mirrored (navigation presentation direction, link chevron direction, toolbar items location etc.) I ...
Natanel's user avatar
  • 1,758
1 vote
1 answer
379 views

I have an array of text, I want to write it to a .txt file from right to left since it is in Arabic or Kurdish. How can I do that using python? Method to write to a file: with open(...
Hama Sabah's user avatar
0 votes
1 answer
155 views

On c#. Winforms. whenever I try to write Parenthesis in text-box in Hebrew\Arabic, they get inverted and are on the other side of the text ( right when they should be on the left). I tried these ...
ByteArt's user avatar
0 votes
1 answer
610 views

I am developing a Kotlin Compose multiplatform app with multiple language support, including both LTR and RTL languages. When the user changes the app language to Hebrew, which is right-to-left, the ...
Elnatan Derech's user avatar
0 votes
0 answers
55 views

I am on Slickgrid v3.0.4. Is there any way to make the grid rtl compatible? When I tried it, the column headers stopped working. Most headers turned invisible and when switching them around, the grid-...
user avatar
4 votes
1 answer
437 views

When you turn the ScrollView left to right, and try to scroll, content jumps to the other side. Is there any way to prevent this? Main: var body: some Scene { WindowGroup { ContentView() ...
Metin Atalay's user avatar
  • 1,525
1 vote
1 answer
210 views

i am making a CLI app in rust, and the app includes multiple languages. one of those languages is hebrew, which is a RTL language. when writing in hebrew, for example: println!("קוד לדוגמא");...
throw away account's user avatar
0 votes
2 answers
395 views

I want to write persian (Farsi) text on an image in C++, preferably in OpenCV. I tried cv::putText which leads to writing ????...? instead the text. Also I tested cv::addText but I got not implemented ...
Babak.Abad's user avatar
  • 2,958
1 vote
1 answer
340 views

We have an English WP website and now use GTranslate to support Arabic language as well. The English site is https://www.example.com/ The Arabic version is https://www.example.com/ar/ (Note /ar/ is a ...
alancc's user avatar
  • 859
0 votes
2 answers
632 views

We have an English website, like this https://www.example.com And now we are using GTranslate service which will generate an Arabic version of the website, like this https://www.example.com/ar/ After ...
alancc's user avatar
  • 859
1 vote
2 answers
324 views

I'm using a little script which hides mail addresses using the fact that you can reverse text by using unicode-bidi: bidi-override and direction: rtl. <span> <span>moc.e</span> ...
wittich's user avatar
  • 2,341
0 votes
1 answer
452 views

We have started using RTL in Vuetify, it works great but there is a slight problem in the slider component. The problem is that we use this component as the slider for a video time, but even when ...
Haim's user avatar
  • 368
3 votes
0 answers
2k views

How can I shift the .NET MAUI Flyout to the Right (e.g. with FlowDirection) using Shell? I am currently developing an application using .NET MAUI and am facing an issue with the Flyout menu (Sidebar). ...
rafik's user avatar
  • 67
0 votes
1 answer
42 views

I am writing code in javascript that will be exported to html. My issue is that my variables contain strings that must be partially bolded, however the language of the string is a right-to-left ...
flâneur's user avatar
  • 321
1 vote
2 answers
643 views

I have the following code: <html> <head> <style> .rtl { direction: rtl; font-size: 16px; font-family: Arial, Helvetica; } </style> </head> &...
Kinetic's user avatar
  • 55
0 votes
0 answers
61 views

I have a problem when i want to store Arabic and English characters in one input in Sql Server table. For example i want to store this sentence like it is written: Python لغة البرمجة but it is stored ...
user3309231's user avatar
0 votes
0 answers
52 views

The problems I am trying to ensure I have right-to-left localization done correctly in my Xamarin Forms app. If and when I do actually get this pseudo-locale enabled, do I need to have my ...
Chaos's user avatar
  • 1
2 votes
2 answers
5k views

If I print in the DEBUG CONSOLE it's fine, every where else VS code display Hebrew just fine, just when the script print to the TERMINAL the Hebrew is upside down, why? Update: it works fine when ...
Yam Shargil's user avatar
1 vote
1 answer
629 views

I'm working on a mobile app in Flutter that splits a long text into pages and presents it as book pages. I am facing a problem in languages like Arabic, whose TextDirection is RTL. Half of the lines ...
burhanaksendir's user avatar
0 votes
2 answers
84 views

I can't change the menu sequence from "left to right" to "right to left"! This is need because our first language is Persian and we must read from right to left! I changed the ...
Arash Rahimimehr's user avatar
0 votes
0 answers
139 views

I have a Rails 7 app with localization in a RTL language. I want to display a localized string that contains a number (right) followed by text (left). Instead no matter what order I type the input, ...
Rebecca's user avatar
  • 138
1 vote
1 answer
146 views

I have a full screen FrameLayout which contains four Views that I add at runtime: repeat(4) { i -> val view = View(this).apply { setBackgroundColor(COLOR[i]) } views += view ...
Mohsen Mirhoseini's user avatar
1 vote
1 answer
500 views

I have a configuration to display a long text, cut with ellipsis in the beginning. For instance,we have a long text like MainInterface.SubGroup.InitialSystemActuator and the displayed value will be ...
Yagi's user avatar
  • 37
1 vote
0 answers
101 views

When using Google Chrome and using either attribute dir="rtl" or style direction:rtl, type text into input, and mark some it including the beginning of the text and delete it. After that, ...
Almog Tayeb's user avatar
0 votes
0 answers
113 views

I want the image to always be on the right side of the screen without gaps no matter how long the message is (as shown in the photo). I already set android:supportsRtl="true"in the manifest....
yzyzyz's user avatar
  • 11

1
2 3 4 5
33