danielpowney / my-chatbot

A artificial intelligent chatbot for WordPress powered by Dialogflow (formerly API.AI)
https://danielpowney.com/my-chatbot-demo
GNU General Public License v2.0
76 stars 37 forks source link

Set chat language #24

Closed arinconc closed 6 years ago

arinconc commented 6 years ago

Hi! I am testing the plugin but I do not know how I can set the language of the chatbot. Is there any way in which the browser language is detected and chatbot requests are made with the appropriate lang?

Thanks in advance, Antonio

danielpowney commented 6 years ago

Hi Antonio,

Try the codebase in the develop branch. You can select the language in the plugin settings, or let it choose an appropriate language based on your locale. Note that Dialogflow does not support all languages.

Daniel

arinconc commented 6 years ago

Perfect Daniel!! Thanks

Antonio

sborar commented 5 years ago

Hi Daniel, Can the plugin find out the locale of the website and use it to set the locale of the chatbot automatically?

Thanks in advance, Sheetal