Skip to main content
0 votes
0 answers
100 views

Does Google Wallet Generic Class support Right To Left Template?

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
0 answers
25 views

Gmail ignores RTL direction directives

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
10 views

How can we get the TinyMCE editor to switch to Right-To-Left orientation if the active language is Arabic for example?

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
40 views

After switching languages from Arabic to English in iOS app, some views are flipped horizontally

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,098
0 votes
0 answers
71 views

Google Sign-In button (g_id_signin) - the icon is too close to text in RTL locales

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,120
-1 votes
1 answer
77 views

Write RTL to CSV file using C#

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
28 views

Why the view go outside of screen by ConstrainLayout in the condition of RTL?

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
49 views

SwiftUI RTL issue in search field options menu

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
51 views

RTL language issue in SwiftUI

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
0 votes
0 answers
214 views

Hello How to Force expo app to be just RTL?

I have an app is written in expo and all things in the app use "Arabic Language" So I want to force the app to be RTL, so I use supportsRTL and forcesRTL to do it and it's work fine in ...
Ahmed Fahmy's user avatar
2 votes
1 answer
169 views

Regular expressions to match RTL+LTR strings

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
  • 827
0 votes
0 answers
269 views

Handling RTL (Arabic) Text in pdfmake with Proper Formatting

I'm currently working on generating PDFs using pdfmake and need to include Arabic text, which requires proper handling of RTL (Right-To-Left) formatting. However, I'm facing issues with the display of ...
Abdul Hannan's user avatar
3 votes
2 answers
679 views

Change every word that contains Arabic letters To Reversed

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
44 views

Arabic text is only recognized as the exact original text in Interactive mode [duplicate]

$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
459 views

Displays Arabic Text Right-to-Left In PowerShell

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

15 30 50 per page
1
2 3 4 5
111