Sean Baines
1 min readApr 5, 2020

--

Awesome stuff. I’m a little confused about how the language redirects are supposed to work though. Is there some more configuration that needs to be done on the server side to get this to work? I pulled down `gatsby-starter-intl`, added “de” as a supported language, built and published to Netlify, then changed my browser language to German and tried visiting the un-localised URL but still get redirected to `/en`. It looks like the request header is being set correctly as it’s set to `Accept-Language: de,en-US;q=0.7,en;q=0.3`.

--

--