<htmldiv style="width:80%; margin:0 auto"><script>/** How to setup a textarea that allows Transliteration from English to Hindi.*/चूंकि कविता कोश में संकलित सामग्री हिन्दी भाषा में है, इसलिए सामग्री खोजने के लिए आपको '''देवनागरी लिपि (हिन्दी)''' में टाइप करना होगा।
google.load("elements", "1", {packagesनीचे दी गई गूगल सर्च से यदि आपको इच्छित रचना या रचनाकार प्राप्त न हो तो आप '''[[Special: "transliteration"});Search | कविता कोश सर्च]]''' का प्रयोग कर सकते हैं। कविता कोश सर्च अधिक विस्तृत लेकिन धीमे परिणाम देती है। इसलिए पहले नीचे दी गई गूगल सर्च का प्रयोग करें और इच्छित परिणाम न मिलने पर ही [[Special:Search | कविता कोश सर्च]] का प्रयोग करें।
function OnLoad() { var content = document.getElementById('content'); // Create the HTML for our text area content.innerHTML = '<div>Type a word and hit space to get it in Hindi. ' + 'Click on a word to see more options.</div>' + '<textarea cols="100" rows="5" id="transliterateTextarea"></textarea>' + '<div>Type in (do not copy/paste): ' + '<b>namaste main yahan apke madad karane ke liye hun</b></div>'; var options = { sourceLanguage#widget: google.elements.transliteration.LanguageCode.ENGLISH, destinationLanguage: [google.elements.transliteration.LanguageCode.HINDI], shortcutKey: 'ctrl+g', transliterationEnabled: true KKGoogleSearch}; // Create an instance on TransliterationControl with the required // options. var control = new google.elements.transliteration.TransliterationControl(options); // Enable transliteration in the textbox with id // 'transliterateTextarea'. control.makeTransliteratable(['transliterateTextarea']);}google.setOnLoadCallback(OnLoad);</script> <table style="width:500px;"><tr><td align="center"><input type="text" id="transliterateTextarea" name="search" style="width:100%; height:35px; font-size:18px" /><span style="font-size:11px">हर शब्द के बाद स्पेस दबाइये (आखिरी शब्द के बाद भी)</span></td></tr></table><div id="searchhelptext" style="font-size:12px"></div> <div id="cse" style="width: 100%;">Loading</div><script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript"> google.load('search', '1', {language : 'hi'}); google.setOnLoadCallback(function() { var customSearchControl = new google.search.CustomSearchControl('011632067579465283726:ugcxm6tvtj8'); customSearchControl.setResultSetSize(google.search.Search.SMALL_RESULTSET); customSearchControl.draw('cse'); }, true);</script><link rel="stylesheet" href="http://www.google.com/cse/style/look/default.css" type="text/css" /></html>