right-to-left Questions
4
Solved
I've been researching about adding Arabic localisation into our software. I understand that mirroring of some controls is essential, such as the relationship of labels and textboxes: any labe...
Latoyialatreece asked 23/6, 2009 at 1:33
4
Is it possible to use Tkinter to render user interfaces for RTL languages such as Arabic or Hebrew? I tried googling on "tkinter rtl" and the search results were disappointing. The Tk wiki indicate...
Sheronsherourd asked 10/11, 2010 at 23:18
5
Solved
What is the correct way of declaring a HTML5 page to be in Hebrew, RTL and utf-8 encoded? I haven't done it in a while, but I remember that in HTML4 it involved 3 or 4 tags and attributes that seem...
Relay asked 11/10, 2012 at 12:28
5
In project.pbxproj I changed developmentRegion to ar to force Arabic language and RTL layout in entire app. Everything looks good except Menu view content in this example:
import SwiftUI
struct Co...
Celestyn asked 14/8, 2021 at 5:25
5
Presentation
I'm trying to build a web site available in multiple cultures, with different reading direction.
To do so, I simply add the dir="rtl" attribute on my root HTML element.
My is...
Toolmaker asked 24/1, 2018 at 14:1
4
Solved
I'm using android ConstraintLayout Flow , and I have to arrange items from right to left , something like this :
XML code :
<androidx.constraintlayout.helper.widget.Flow
android:id="@+id/...
Gilman asked 22/11, 2020 at 20:0
7
Solved
I'm trying to support RTL mode on my ios , which was built using swiftUI
every is fine while doing this to change the layour direction :
.environment(\.layoutDirection, .rightToLeft)
Only with ...
Veljkov asked 12/4, 2020 at 3:19
2
Solved
I'm using PHPWord template processor to insert some text in a template.
The word template is formatted LTR as all the labels are English.
Here is the line in the word template:
User Name: ${name...
Programmer asked 28/2, 2017 at 23:50
4
I am wondering if there is anyway to support right-to-left languages in R while using Mac
For instance suppose the following code:
x <- data.frame(a=runif(10),b=runif(10))
ggplot(x, aes(a,b)) ...
Cruise asked 15/3, 2014 at 12:23
10
Solved
Just recently context.getResources().updateConfiguration() has been deprecated in Android API 25 and it is advised to use context.createConfigurationContext() instead.
Does anyone know how createC...
Naashom asked 24/10, 2016 at 15:7
1
Solved
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()
.enviro...
Castano asked 7/11, 2023 at 19:0
11
Solved
Is there any existing addon spec for markdown that includes support for RTL languages?
What I'm hoping for is something like
This paragraph is left to right
<- This paragraph is right to lef...
Tuberculous asked 13/2, 2010 at 15:24
7
Solved
I am new to vuetify. I need rtl v-text-field with top-right caption on it. How is that possible? I could not do that in inspector. This what i have for a now:
Any help would be appreciated
Plafker asked 8/11, 2017 at 15:48
4
Solved
A padding modifier in SwiftUI takes an EdgeInsets, eg
.padding(.leading, 8)
However, there are only leading and trailing EdgeInsets, and not left and right. This presents a problem because not ever...
Keffiyeh asked 11/9, 2021 at 14:5
3
Solved
Hi i recently try to use a date Picker for flutter and i didn't find any Doc or tutorial for it so i open flutter gallery project and try to copy code .
as following the code i import "package:intl...
Teatime asked 4/4, 2018 at 9:44
5
Solved
I'm writing an android application, and i need to recognize if the text i have in a String is written in a language that is RTL(right to left) ?
Thanks!
Tabethatabib asked 1/2, 2012 at 16:24
16
Solved
this is a pretty straightforward question, but I haven't been able to find a definitive answer to it on SO (if I missed it, please correct me).
Basically, my question is: Is it possible to align ...
Maness asked 1/9, 2014 at 2:41
2
Solved
I need a text field which changes its direction based on user input.
for example, I have a text field that gets the user input but this input can be sometimes an english text with left-to-right dir...
Chiclayo asked 18/8, 2021 at 10:7
7
In my webpage I set the locale to arabic and want to change the direction of the content display from right to left by using <html dir = "rtl">. But it is not displaying all the divisions of ...
Bricebriceno asked 15/11, 2013 at 9:2
1
I want to display a text with JavaFX. The message is Farsi or Arabic.
However, as described here, the representation shape of a Farsi or Arabic letter depends on its adjacent letters.
If I build a ...
Afterglow asked 14/2, 2023 at 18:14
2
Solved
I cant show properly RTL text on a curved path in SVG.
Tried This Codepan
but cant make it show properly
Tried adding direction, writing-mode,dir,override- bidi - nothing works
Is there a way to d...
Gherkin asked 28/6, 2018 at 14:47
1
When putting Hebrew text on an SVG textPath it is reversed only in Safari (macOS ventura 13.2 Safari 16.3). It is OK in Firefox and Chrome. Text that is NOT on a path is always OK. Furthermore, I a...
Leonteen asked 10/2, 2023 at 11:43
7
What would be the best way to implement RTL support in React apps? Is there a way to override default <p> and <span> tags (components) to add RTL support so that I don't have to rewrite...
Sterile asked 20/1, 2016 at 12:1
11
Solved
i'm new in JQ
i have this script i found on the internet and its do exactly what i need
but i want the sliding will be from the right to the left
how can i do it? please help
this is the code
<...
Hedwig asked 24/6, 2013 at 8:35
7
Solved
I want to use my own font for navigation drawer in android.I use the library comes with android studio according to this answer: https://mcmap.net/q/271442/-how-to-create-a-custom-navigation-drawer...
Ethic asked 5/1, 2016 at 12:22
1 Next >
© 2022 - 2024 — McMap. All rights reserved.