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