An open API service indexing awesome lists of open source software.

https://github.com/bluzzi/nextjs-i18n

A cookie-based internationalization example with NextJS, suitable for apps that don't need SSG or SEO optimization.
https://github.com/bluzzi/nextjs-i18n

Last synced: 7 months ago
JSON representation

A cookie-based internationalization example with NextJS, suitable for apps that don't need SSG or SEO optimization.

Awesome Lists containing this project

README

          

# NextJS i18n
This project demonstrates how to implement internationalization in NextJS applications using cookies, without relying on routing. It's ideal for applications where Static Site Generation (SSG) and SEO optimization are not required.

Utilizes [next-international](https://github.com/QuiiBz/next-international) for handling internationalization.