Concept Flow - Sub-path routing for locales
User visits URL
Check URL path prefix
Match locale sub-path?
Load locale-specific content
Render page with locale
User sees page in chosen language
The app checks the URL prefix to detect the locale, loads content for that locale, and renders the page accordingly.