Current the QualOpt App is only in English. By using the i18 internationalization feature of JHipster, we can add another language that is not English, such as German.
This will then enable the user to switch the UI language using a new URL. For example, base URL + '?lang=de' for the German version of the same UI.
This should be a small issue for internalization of one more language, but can become medium once more languages are added.
Current the QualOpt App is only in English. By using the i18 internationalization feature of JHipster, we can add another language that is not English, such as German.
This will then enable the user to switch the UI language using a new URL. For example, base URL + '?lang=de' for the German version of the same UI.
This should be a small issue for internalization of one more language, but can become medium once more languages are added.
@softeng-701