Additional language to my app

Shay

Well-Known Member
Licensed User
Longtime User
Hi

I wrote my app in english - everything is "hard coded" such as
label1="hello"

now I was requested to add additional language support (hebrew)
to all my objects / menu, etc...
what is the best way to do it?

Shay
 

Shay

Well-Known Member
Licensed User
Longtime User
Hi

this did the trick
now having 1 issue,
after changing the language, the menu button are not changing to english on the fly

I mean these:
Activity.AddMenuItem(trans.GetText ("Settings"),"mnuSettings")

I need to close the app and open it again, other stuff I manage to change on the fly

question:
is there a way to destroy the menu and create it again?
if now I guess I need to close and open my app? - is there any code to do it?

Thanks
 
Upvote 0
Top