Type Nepali
// Load the Google Transliterate API google.load("elements", "1", { packages: "transliteration" });
function onLoad() { var options = { sourceLanguage: google.elements.transliteration.LanguageCode.ENGLISH, destinationLanguage: [google.elements.transliteration.LanguageCode.NEPALI], shortcutKey: 'ctrl+g', transliterationEnabled: true };
// 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);
if in this text box doesn’t support nepali typing please click here
- Nepali Type offers you to convert English Nepali type like Hamro to . You can then copy the content and paste in where ever you like. It’s in Unicode format.
- Click on “Select All” and Ctrl+C to copy. You can paste it anywhere by pressing Ctrl+V.