var fDesc=new Array(); fDesc[0] = "With Google Transliteration IME the editor wanted to allow his users to write text in supported language like Hindi, Arabic, Marathi, Telugu etc with their existing roman keyboard.
Users can write a word the way it sounds using Latin characters and Google Transliteration IME will convert the word to its original script.
Transliteration means a transcription from one alphabet to another or rewrite in a different script.
When you type a word, for example “Google”, it converts (transliterates) the script according to the pronunciation instead of what it means in Hindi or other language as “गूगल”."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }