Title: Multilingual
Last modified: October 6, 2020

---

# Multilingual

 *  Resolved [cybersquad](https://wordpress.org/support/users/cybersquad/)
 * (@cybersquad)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/multilingual-73/)
 * Hi, I’m trying to get the Tidio chat to work both in FR and EN on the website
   but in the integration javascript link, there is no mention or parameter specifying
   the language. So how should I proceed to fix this? Right now the chat always 
   displays in EN even though I’m on the FR site.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmultilingual-73%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [olektidio](https://wordpress.org/support/users/olektidio/)
 * (@olektidio)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/multilingual-73/#post-13504250)
 * Hi there!
 * Thanks for writing in 🙂
 * To change the language of a Chat widget, you will have to go to Settings > Live
   Chat > Appearance and scroll down to the Multilanguage section.
    The widget will
   display in an appropriate language based on the visitor’s browser. You can read
   more about it here: [https://www.tidio.com/knowledge/admin-dashboard/multilanguage/](https://www.tidio.com/knowledge/admin-dashboard/multilanguage/)
 * If you have a multilanguage site and want to widget match the site’s language
   you can set it by document.tidioChatLang property.
 * You will have to use this script:
 * `document.tidioChatLang = document.querySelector("html").getAttribute("lang");`
 * Script gets language from the HTML lang attribute and write it to document.tidioChatLang
   variable.
 * The script should be implemented in the same place that your Tidio Script 🙂
 *  Thread Starter [cybersquad](https://wordpress.org/support/users/cybersquad/)
 * (@cybersquad)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/multilingual-73/#post-13504294)
 * It works perfectly! Thank you so much, there is no way I could have guessed that.
 * It now follows the language of the site by simply having that in the footer.
 * <script src=”//code.tidio.co/jed85….xxxxxxxx……p3ic9j.js” async> </script>
    <script
   > document.tidioChatLang = document.querySelector(“html”).getAttribute(“lang”);
   </script>
    -  This reply was modified 5 years, 7 months ago by [cybersquad](https://wordpress.org/support/users/cybersquad/).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Multilingual’ is closed to new replies.

 * ![](https://ps.w.org/tidio-live-chat/assets/icon-256x256.gif?rev=3465139)
 * [Tidio – Live Chat & AI Chatbots](https://wordpress.org/plugins/tidio-live-chat/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tidio-live-chat/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tidio-live-chat/)
 * [Active Topics](https://wordpress.org/support/plugin/tidio-live-chat/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tidio-live-chat/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tidio-live-chat/reviews/)

## Tags

 * [integration](https://wordpress.org/support/topic-tag/integration/)
 * [javascript](https://wordpress.org/support/topic-tag/javascript/)

 * 2 replies
 * 2 participants
 * Last reply from: [cybersquad](https://wordpress.org/support/users/cybersquad/)
 * Last activity: [5 years, 7 months ago](https://wordpress.org/support/topic/multilingual-73/#post-13504294)
 * Status: resolved