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>