edit box to support foreign language -JS file

I have requirement to enable every edit box to support Hindi language support; Can someone help me understand how can I implement this, using the below code snippet, which does this if I just add it in any HTML page.

regds

SRN

 

<script>

var s = document.createElement('script'); s.setAttribute('src','http://developer.quillpad.in/static/js/quill.js?lang=Hindi&key=003ae1cdbdd043c38c53d76654a0540f'); s.setAttribute('id','qpd_script'); document.head.appendChild(s);

</script>

Quote · 31 Aug 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.