left-to-right Questions

3

Solved

I have a display of a users contact details where the user can alternate the display between left-to-right and right-to-left text. In the Arabic language, the text is displayed and read from right...
Caldarium asked 9/8, 2015 at 23:3

2

Solved

I want it to produce the number next to a word so that I can ask the user to select the word by using the corresponding number. This is my code alt_words = hlst loopnum = 8 for i in range(loopnum...
Epinasty asked 2/3, 2017 at 12:53

2

Solved

I am implementing a RTL interface. All components and texts are RTL but numbers which are LTR. I use <span dir="ltr"> elements to insert LTR texts into the main RTL texts. It works in the m...
Ketron asked 17/2, 2016 at 10:36

1

Solved

Background It's possible to get the current locale direction, using this: val isRtl=TextUtilsCompat.getLayoutDirectionFromLocale(Locale.getDefault()) == ViewCompat.LAYOUT_DIRECTION_RTL It's als...
Bathysphere asked 16/1, 2018 at 8:51

1

Solved

In my project I have to create both layout-ldltr and layout-ldrtl layouts for Right-To-Left and Left-To-Right languages. I launch application for Right-To-Left language, and every thing is good. B...

1

Solved

I have a sequence of English and Arabic text that should be printed in an aligned way. For example: List<Character> ar = new ArrayList<Character>(); ar.add('ا'); ar.add('ب'); ar.add('...
Scabble asked 16/4, 2015 at 10:11

2

Solved

I have a html document that contains hebrew and latin text. It is encoded with utf-8: <!DOCTYPE HTML> <html> <head> <title>Title</title> <meta http-equiv='Conten...
Commendation asked 6/4, 2014 at 15:2
1

© 2022 - 2024 — McMap. All rights reserved.