You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Running a multilingual application
In the development dashboard’s flow starter, you can select the project language with which you want to start an exposed flow of an application. This selector adds the language code (e.g., languageCode=nl-NL
) to the URL, specifying the desired language for the flow.
In a production environment, you’ll likely use shortcuts to start the application. These shortcuts also include the language code.
If your model uses one of the decoupling patterns, such as external flow or AQ_StartProject, keep in mind that the language selected to start the main application will apply to all decoupled elements within the application. However, if you want part of your application to use a different language, this can be achieved by implementing a custom plugin, such as a container-type or service-type plugin.