i18n demo
Implement language selection for the Catalog so it behaves like the Genesys PGR portal: the language defaults to English, but the language code can be provided as the first part of the URL:
- https://www.genesys-pgr.org/welcome --> English
- https://www.genesys-pgr.org/fa/welcome --> Persian
Use i18next.
- SSR information: https://react.i18next.com/misc/serverside-rendering
- Using the URL: https://github.com/i18next/react-i18next/issues/325