redirect based on language
-
Hi, How can I redirect user based on thier compnuter language so if the page is English then redirect to www.mydomain.com/en otherwise stay on root www.mydomain.com?
-
Hi, How can I redirect user based on thier compnuter language so if the page is English then redirect to www.mydomain.com/en otherwise stay on root www.mydomain.com?
You could try and base it on the 'Accept-Language' header that the browser sends to the website. This contains a list of preferred languages. See official W3 specifications[^] for more on how to use this header. But make sure to always have an option for users to change the default language on the site, or you might get angry users that don't want english even though their computer indicates it is the preferred language.