Hi,
I have a very simple structure:
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
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