Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64
Your IP : 18.220.89.145
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script type="text/javascript" src="gtransapi.js"></script>
<input type="text" name="txtMessage" id="txtMessage" />
<script type="text/javascript">
google.load("elements", "1", { packages: "transliteration" });
var control;
function onLoad() {
var options = {
//Source Language
sourceLanguage: google.elements.transliteration.LanguageCode.ENGLISH,
// Destination language to Transliterate
destinationLanguage: [
google.elements.transliteration.LanguageCode.KANNADA
],
shortcutKey: "ctrl+g",
transliterationEnabled: true
};
control = new google.elements.transliteration.TransliterationControl(
options
);
control.makeTransliteratable(["txtMessage"]);
}
google.setOnLoadCallback(onLoad);
</script>
|