I am new to Basic4android. I am using Samsung Galaxy Note.
I wand to display some Arabic Text on screen. I used Label. It comes with some garbage. During pasting it comes reverse in code editor and displays along with some garbage when I run. Say I want to show أَصْبَـحْـنا وَأَصْبَـحْ المُـلكُ للهِ رَبِّ العـالَمـين .
See example code bellow.
Dim s As String
s="أَصْبَـحْـنا وَأَصْبَـحْ المُـلكُ للهِ رَبِّ العـالَمـين" '<-- it does not come as it is here, it comese reverse in code editor.
lblDua.Text=s
When I run it shows arabic text mixed with some garbage character.
Can anybody help to solve this problem?
Kind regards,
Awlad.
I wand to display some Arabic Text on screen. I used Label. It comes with some garbage. During pasting it comes reverse in code editor and displays along with some garbage when I run. Say I want to show أَصْبَـحْـنا وَأَصْبَـحْ المُـلكُ للهِ رَبِّ العـالَمـين .
See example code bellow.
Dim s As String
s="أَصْبَـحْـنا وَأَصْبَـحْ المُـلكُ للهِ رَبِّ العـالَمـين" '<-- it does not come as it is here, it comese reverse in code editor.
lblDua.Text=s
When I run it shows arabic text mixed with some garbage character.
Can anybody help to solve this problem?
Kind regards,
Awlad.