Android Question Japanese

grafsoft

Well-Known Member
Licensed User
Longtime User
Hi,

I have a very simple structure:

B4X:
Select Case Main.lang
     Case "de"
       Dim t_hits As String = "Fotos"
     Case Else
       Dim t_hits As String = "Photos"
End Select

Now I want to enhance it with Japanese.

What ist the fastest way? Conversion issues are no problem, but I want to keep this simple, with variable names.

Thanks

Peter
 

grafsoft

Well-Known Member
Licensed User
Longtime User
Also possible, but this does not change my coding problem. How to code Japanese, or Hebrew, Arabian, ....
 
Upvote 0

lemonisdead

Well-Known Member
Licensed User
Longtime User
In my case it is automatically selected depending on the system's language. Or do I not get your issue ?
 
Upvote 0
Top