Concept Flow - Domain routing for locales
User enters URL
Next.js checks domain
Match domain to locale config?
No→Use default locale
Yes
Set locale based on domain
Render page with locale
User sees localized content
Next.js checks the domain the user visits, matches it to a locale, then renders the page in that locale.