In B4XDrawer I have an option to change the language but when I change it, it does not change the language in the activities (classes), I have tried this but it does not work:
B4XPages.GetNativeParent(MyActivity).Finish
MyActivity.Initialize
B4XPages.AddPageAndCreate("MyActivity", MyActivity)
MyActivity.Initialize
B4XPages.AddPageAndCreate("MyActivity", MyActivity)
Last edited: