The Select Language action allows users to select a language from the languages available in your application's interface. With this action, users can switch between languages within the application. The selected language is applied immediately, and the interface and content are updated accordingly. This allows you to make the user experience more flexible and accessible for multilingual applications.
Technical Features
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.
Technical Risks
The Select Language action allows you to manage your application's multilingual support. The interface and content are dynamically updated based on user preferences, enabling you to deliver a personalised user experience. Available on both web and mobile platforms, it increases the accessibility of your application by providing content in the user's preferred language.