I want to integrate
quillpad widget in a webpage. But I want to make a small change.
In the quillpad widget, the default language is Hindi (or whatever language had been selected). I want to change the default to english. The widget gives a toggle option, by pressing the toggle button it can be changed to english. So the script must somewhere define what the default language is. but I can't find it. Here is the script that it uses:
http://fscache.quillpad.in/dist/panel/0.21/quillapi.js
I must link to this script and can't put it locally. So I can't change the script. So I wanted to ask, if I found the part of the script that defines the default language, would it be possible to write a script in my page which changes the value of the default after this script file has loaded?