Change the website appearance according to cookies/IP

Hi guys,

I am running a webflow website for multiple countries. I would like to change the website appearance according to their cookies or IP. It means if they come from France, the website will automatically be in French.
Could you please tell me how I can achieve that on Webflow?

Many thanks

Hi @Trang_Nguyen ,

To achieve what you looking for here is what you need to do:

  • Integrate Weglot to translate your site to different languages.
  • Using Custom code to detect IP location and select that language according to user IP address. Here is nice js fiddle JS Fiddle.