Top "Right-to-left" questions

Right to Left (RTL) refers to the scripts of natural languages that are written and read from the right to the left instead from the left to the right, such as Hebrew, Arabic and Persian.

React RTL. Conditional Import CSS

I am incorporating RTL to my React application. I have two CSS files, one for LTR and one for RTL. …

css reactjs right-to-left
Why is a trailing punctuation mark rendered at the start with direction:rtl?

This is more a sort of curiosity. While working on a multilingual web application I noticed that certain characters like …

html css right-to-left
use text-align smartly (if english dir=ltr if arabic dir=rtl)

I have a community web site and I want that users write English posts with direction LTR / text-align: left) and …

javascript html css internationalization right-to-left
How to draw RTL text (Arabic) onto a Bitmap and have it ordered properly?

I'm trying to draw Arabic text onto a Bitmap for display: Bitmap img = Bitmap.createBitmap( (int) f+100, 300, Config.RGB_565); Canvas …

android right-to-left bidi
Twitter Bootstrap Carousel cycle items right to left ( RTL ) reversed

How can the Twitter Bootstrap Carousel cycle function can be changed to cycle the items from right to left instead …

jquery twitter-bootstrap carousel hebrew right-to-left
Right to left for specific text in react-native RTL

I am developing app in arabic in react native , i have used the tabs and menu from native base. i …

react-native right-to-left native-base
How to get dir="rtl" to work with bootstrap 4.3.1?

I am creating a simple html/css page using bootstrap 4.3.1 . In one paragraph, I will be using some arabic text …

html css bootstrap-4 right-to-left
How to handle RTL languages on pre 4.2 versions of Android?

Background TextView always had issues with RTL (Right-To-Left) languages. Since I know only how to read Hebrew (in addition to …

android android-webview textview hebrew right-to-left
How to detect that text typed in text-area is RTL

I have a textarea in which the user can enter text in english (or any other left-to-right language) or in …

javascript jquery html css right-to-left
android grid view place items from right to left

I'm working on an android application with arabic version. In one of the interfaces, I have gridView. So to display …

android gridview android-gridview arabic right-to-left