ATM you have to manually change the language in the code which is nice for developers but now it's time to integrate internationalization correctly.
Acceptance Criteria
- Choose the best package to use with Next.js
- Integrate the package correctly
- Provide fallbacks, eg. if
de_CH but only de_FR available, fallback to de
- Update
<html lang=''> (if not automatically ensured)
- Add a language switcher to the footer (right side), preferrably with a flag in a select box
ATM you have to manually change the language in the code which is nice for developers but now it's time to integrate internationalization correctly.
Acceptance Criteria
de_CHbut onlyde_FRavailable, fallback tode<html lang=''>(if not automatically ensured)