It should be possible to define the feedback widget language.
Currently the feedback widget is only available in the default language of the portal.
We should be able to pass a language parameter to the widget.
For example:
FreshWidget.init("", {"lang":"fr","queryString": "&widgetType=popup", "widgetType": "popup", "buttonType": "text", "buttonText": "Support", "buttonColor": "black", "buttonBg": "#ffffff", "alignment": "4", "offset": "235px", "formHeight": "500px", "url": "http://demo.freshdesk.com"} );Our website is available in multiple languages and for now the feedback widget is always in the same language.

