Bug? Hebrew in code

derez

Expert
Licensed User
Longtime User
Sometimes I use Hebrew in my applications, the following line is ok when compiling, look how it shows in the IDE:
B4X:
If mymsg.Show2( "תקשורת" ,"האם להשתמש בתקשורת", "כן","לא" ) = 1 Then
In contrast to this:
B4X:
If mymsg.Show2("Network" ,"Do you want to use network", "Yes","No" ) = 1 Then
 

Troberg

Well-Known Member
Licensed User
Longtime User
My guess is that it's the right-to-left languages. I have no problems with Swedish special characters (åäöÅÄÖ (and, yeah, they are separate letters, not umlauts)).
 

Similar Threads

Top