About Pramukh IME JavaScript Library

Using Pramukh IME JavaScript Library, any Website developer can enable Indian language typing on their Website with 4 lines of code. Website visitor does not need to download any software.

Supported Languages

Currently it supports 23 Indian languages (Assamese, Bengali, Bodo, Dogri, Gujarati, Hindi, Kannada, Kashmiri, Konkani, Maithili, Malayalam, Manipuri, Marathi, Marathi (Modi), Meitei, Nepali, Odiya, Punjabi, Sanskrit, Santali, Sora, Sindhi, Tamil and Telugu)

Supported Browsers

All major browsers like Chrome, Edge, Firefox, Safari, Opera, IE and mobile browsers are supported.

Download Includes

  • JavaScript Files
  • Typing Help HTML and Image Files
  • Simple and Advanced Example
  • License Details
  • Library Documentation
  • List of Good Quality Unicode Fonts

Sample Code

<html>
<head>
    <script type="text/javascript" src="/js/pramukhime.js"></script>
</head>
<body>
    <input type="text" id="first_name">
    <script language="javascript" type="text/javascript">
        pramukhIME.setLanguage('pramukhindic','sanskrit'); 
        pramukhIME.enable();
    </script>
</body>
</html>