The documentation says: "Once the widget is initialized with a certain locale, the language cannot be changed."
But in my case, the user can change between languages ​​dynamically during their portal session.
Is there any solution to do language switching after the widget has already started?
Maybe unload and upload it again with new language, i don't no... =/
It would be perfect if I could just do something like:
FreshworksWidget("setLanguage", "en");
or
FreshworksWidget("switchLanguage", "en");
Â