I need to create an application with the ability to change its languages and font size.
I see two options when starting the application:
1. The settings page opens, where you can change both parameters and save them in the settings file. By default, the device language is offered.
2. An msg.box is created with a choice of parameters.
Both options have their advantages and disadvantages.
In the first option, you will have to delete all elements on each page when it is opened and create them again in the B4XPage_Appear method.
In the second option, you need to select the language and font size parameters each time you start the application.
What is the best way to create an application and your suggestions for other methods?
I see two options when starting the application:
1. The settings page opens, where you can change both parameters and save them in the settings file. By default, the device language is offered.
2. An msg.box is created with a choice of parameters.
Both options have their advantages and disadvantages.
In the first option, you will have to delete all elements on each page when it is opened and create them again in the B4XPage_Appear method.
In the second option, you need to select the language and font size parameters each time you start the application.
What is the best way to create an application and your suggestions for other methods?