Website widget language
Hi there,
Our organization has a multilingual website using a multilingual website widget (English, French, Spanish).
Currently, the website widget language is determined by the visitor's browser language. This works well most of the time. However, users may choose to browse our website in Spanish or French while their browser is configured in English. But when they open the website widget, it's still in English.
Proposed solution : allow developers to set the website widget language programmatically.
Thanks!
-
Daniela Backman Sure thing! Ideally the Trengo team would add a new method to the website widget API to set the locale:
window.Trengo.Api.Widget.setLanguage('fr');
We would then call this method when a user changes the language on our website. That way, both our website and widget are in the same language.