In an application, we want to allow users to manually select their preferred language. This preference improves the user experience and ensures that content is displayed in the same language in subsequent sessions.
Application Steps:
Add a Select Box element to the application interface.
When Language is Selected:
Define the actions to be performed when a change is made to the Select Box:
When the application starts:
Add the following actions to automatically load the user's previous language preference:
Thanks to this process, the user will see the same language when they open the application next time.