如何使用Google的功能使用戶能夠在我的網站的textarea的textarea中輸入孟加拉語,該功能可以自動將打印的英語單詞轉換爲正確的孟加拉語單詞?啓用其他語言鍵入
Q
啓用其他語言鍵入
0
A
回答
1
*BEfore that signup for the API key http://code.google.com/apis/loader/signup.html*
<pre>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="https://www.google.com/jsapi?key=INSERT-YOUR-KEY">
</script>
<script type="text/javascript">
// 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.BENGALI],
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);
</script>
</head>
<body>
Type in BENGALI (Press Ctrl+g to toggle between English and BENGALI)<br>
<textarea id="transliterateTextarea" style="width:600px;height:200px"></textarea>
</body>
</html>
</pre>
1
你可以使用谷歌AJAX Language API服務 - 工具翻譯與語言檢測,使用此功能,
google.language.translate('Gato', 'es', 'en', function(result) {
alert(result.translation);
});
的完整參考,請訪問:Google Ajax api
0
<script type="text/javascript">
// Load the Google Transliterate API
google.load("elements", "1", {
packages: "transliteration"
});
function onLoad() {
var options = {
sourceLanguage:'en', // from english
destinationLanguage:['or'], // to oriya
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(['TEXT_BOX_ID']);
}
google.setOnLoadCallback(onLoad);
</script>
請檢查這些細節到適當的文檔 https://developers.google.com/transliterate/v1/getting_started?hl=en
相關問題
- 1. atoi()其他語言
- 2. Pylatex使用其他語言
- 3. 嵌入其他語言的Flex /野牛
- 4. JavaScript的其他語言?
- 5. 上個月其他語言
- 6. 其他語言的Excel宏
- 7. 支持其他語言
- 8. 其他語言的Maven?
- 9. WIQL和其他語言
- 10. 其他語言的MFMailComposeViewController?
- 11. NLTK synset與其他語言
- 12. WebAssembly,JavaScript和其他語言
- 13. 如何在html中啓用其他語言字母?
- 14. 如何啓用Python以外的其他語言?
- 15. Django模板語言:在其他語言中使用for循環
- 16. 使用其他語言與紅寶石
- 17. 使用Rails或其他語言
- 18. 其他語言如阿拉伯語CoreNLP
- 19. 其他語言的語音識別
- 20. 使用Swift作爲腳本語言時導入其他庫
- 21. 搜索欄輸入無法用於其他支持的語言
- 22. 用英文以外的其他語言輸入
- 23. 好的語言將擊鍵發送到其他程序
- 24. 將輸入轉換爲其他鍵盤語言的最佳方式是什麼?
- 25. 谷歌Places API的語言= EN其他語言
- 26. 腳本語言是否可以翻譯成其他語言?
- 27. 翻譯語言Alfresco的社區5.1到其他語言
- 28. 將語言功能集成到其他語言中
- 29. joomla語言文件未加載其他語言
- 30. NLTK其他語言的POS惡搞