> Thoughts on web development, software engineering, tutorials and more
03-03-2025
development
This post explains how I built a simple language switcher in Next.js using Zustand and a lang.json file - no i18n libraries needed. It supports toggling between English and Croatian, persists the language with localStorage, and uses a t(key...