Just one question: The localization example in B4XPages Project-zip sample has only one page. But if I have more pages and want to call the loc object (Localisator class) in B4XMainPage from another page, I have to use" CallSubDelayed" or B4XPages.GetPage("...").
I think it would be better to declare class and define "loc" object in the Main-Module in Activity_Create. Than it is accessible from everywhere just with Main.loc(...). Is that a good way to do?
I think it would be better to declare class and define "loc" object in the Main-Module in Activity_Create. Than it is accessible from everywhere just with Main.loc(...). Is that a good way to do?