B4J Question [ABMaterial] NavigationBar.Title - dynamic change

peacemaker

Expert
Licensed User
Longtime User
Hi, All and @alwaysbusy

I have 3 pages and localization, where after user selection the map of language strings are loaded from a file.
So, all visually readable elements are dynamic changed according to the selected language.
Each page builds and connects to the NavigationBar, so it's title is also variable according to the page and language.

At start by default the language0 is preset, so language0 is always loaded initially.
And after an user switched the language to 1 or 2 - the NavigationBar title is strange - changed twice:
1) first time title is shown on old previous language
2) and next it's correctly reloaded into selected language.

The strings are not changed for sure, it's debugged.
How to make title stable ?

 
Top