next-intl-setRequestLocale-ssg-fix
Installation
SKILL.md
next-intl setRequestLocale SSG Fix
Problem
When using next-intl v4+ with Next.js App Router and static generation
(generateStaticParams), locale pages build successfully but render text in the
default locale (typically English) instead of the expected locale. The build
output shows no errors — pages are generated for all locales — but at runtime,
all locale variants show identical (default) content.