Hello All,<br><br>Almost all the Indian language wiki projects use a 
transliteration program (a javacript)  for typing 
text in the respective language/script. For Monobook, many wikis placed a
 check box near the search box to switch ON/OFF the 
transliteration script. For example, see this image,  
<a href="http://upload.wikimedia.org/wikipedia/usability/6/62/Monobook.png">http://upload.wikimedia.org/wikipedia/usability/6/62/Monobook.png</a> <br><br>Recently when 
wikis switched over to Vector skin,<b> this control box/check box is disappeared. </b><br><br><b>NOTE:</b> The default skin of all the wiki projects (including all the Indian Language
 wiki projects) moved from the <b>Monobook</b> skin to the new <b>Vector</b> skin 
on<b> 2010 September 1</b>. Few Indian language wikipedias (Malayalam, Telugu, 
and Bengali) moved to Vector interface little earlier (<b>2010 June 30</b>).<br> <br>After
 Malayalam Wikipedia switched over to new interface (vector), many 
Indian language wikipedians (especially Hindi, Bhojpuri, Marathi) have 
asked us about fixing this issue so that check box will appear in Vector
 skin also. But till today we were unable to find a solution. <br><br>Finally today, one Malayalam Wikipedian, <a href="http://ml.wikipedia.org/wiki/User:Sadik_Khalid">Sadik Khaid </a>is able to fix this issue and the <b>check box problem is solved for the Vector skin.</b> The code to add check box (to control the transliteration script) near the Search box is available in Sadik&#39;s test wiki at <b><a href="http://lab.dhudhu.com/index.php?title=Mediawiki:TranslitPatch.js">http://lab.dhudhu.com/index.php?title=Mediawiki:TranslitPatch.js</a> </b><br>
<br>Copy the code displayed there and paste it inside <b>Mediawiki:Common.js</b> page of your wiki.  You need to place inside the <b>addTextEvent()</b> function code. Following customization need to be done before placing it inside Mediawiki:Common.js <br>

<br>
<font size="4"><b>Part One</b></font><br><br><b style="color: rgb(0, 0, 102);">linktohelp.title= &quot;To Enable or Disable xx language, Shrotcut: add shortcut here&quot;;</b><br>
<br>
You need to change the message according to your requirement. In Malayalam wiki we changed this line to <b><span style="color: rgb(0, 0, 102);">linktohelp.title= &quot;മലയാളത്തിലെഴുതുവാൻ ഈ ഉപധി സ്വീകരിക്കുക, കുറുക്കുവഴി: Ctrl + M&quot;;</span></b><br>

<br>
Ctrl + M is the shortcut key that we use in malayalam wiki to control 
the tranlieration script. In some wikis it is Ctrl + G and in some 
others it is ESC key. <br> <br>
<font size="4"><br>
  <b>Part Two</b></font><br>
<br>
<b style="color: rgb(0, 0, 153);">linktohelp.appendChild( document.createTextNode(&#39;Translit xx language&#39;) );</b><br>
<br>
 In Malayalam wiki, we changed this line to <b><span style="color: rgb(0, 0, 102);">linktohelp.appendChild( document.createTextNode(&#39;മലയാളത്തിലെഴുതുക&#39;) );</span></b><br>
<br>
This is the message that will appear near the search box. In Malayalam Wiki it is <b><span style="color: rgb(0, 0, 102);">മലയാളത്തിലെഴുതുക</span></b>  In wikis that use Devanagri it might be <b>देवनागरी</b>.  <br>
<br>
<br>
Please let <b>Sadik </b>know in case you are facing some issue to fix this. His email id is <b><a href="mailto:sadik.khalid@gmail.com">sadik.khalid@gmail.com</a></b><br>
<br>
<br>
Thanks <br>
Shiju Alex<br>
<br>
<br>
<br>
<br>
<br>
<br> . <br><br><br>