Geolocalisation with multisite?

Has anyone managed to implement a geolocalization service with a multisite website?

I’d need to see if I can redirect a user coming a French language browser to redirect to the Thai version of the website because he is doing so from Bangkok?

Right now, he is redorect to the french version of the website, and I’d like to redirect him to the thai version

Hi @chris,

Implementing this as a middleware using a geolocation service should work.

Hi @apinard
yes that looks like the way to go, thanks.