Android Question Text direction problem

Pooya1

Active Member
Licensed User
Hi
I have a text looklike below picture
oaw3uv.jpg

I try show it in label but result is
2s1onzt.jpg


First picture is correct but second picture is incorrect
I tried use Gravity.NoGravity or forced use rtl layout
But not working
What is solution?
 

Pooya1

Active Member
Licensed User
It looks like Arabic which is a right to left language (RTL).
Have you seen the problem discussed here: https://www.b4x.com/android/forum/threads/text-justify-for-rtl-languages.72189/#post-459558
and the solution here: https://www.b4x.com/android/forum/threads/text-justify-for-rtl-languages.72290/

You can also search for "RTL" here https://www.b4x.com/android/forum/pages/results/?query=rtl
I test all existing source in my app and they aren't working
This problem is seriously
I found this topic
https://www.b4x.com/android/forum/t...lish-string-with-arabic-string.87444/#content
I think i use two label for show text and date for easy way
Thanks
 
Upvote 0
Top