asp.net网页中的语言翻译 [英] Language translator in asp .net web page

查看:117
本文介绍了asp.net网页中的语言翻译的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好。



i项目有问题,我需要在文本框中启用字体格式卡纳达语格式,并需要将所有网站翻译成卡纳达语。我能为此做些什么..?

hi to all.,

i have problem with a project that, i need to enable font format Kannada language format in text box and need translate all the site into Kannada. What i can do for this..?

推荐答案

查看这篇文章



使用Google语言API将您的网站翻译成另一种语言 [ ^ ]


使用此脚本。它会将网页翻译成您选择的语言



use this script. it will translate the webpage into the language of your choosing

<div id="google_translate_element"></div><script>
function googleTranslateElementInit() {
  new google.translate.TranslateElement({
    pageLanguage: 'en'
  }, 'google_translate_element');
}
</script><script src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>


尝试

Google Translation API Integration在.NET [ ^ ]

或必须阅读我很好的答案提到那里 - [如何翻译另一种语言的网站?] [ ^ ]有类似问题。
Try
Google Translation API Integration in .NET[^]
or must read some nice answer mentioned there-[How to translate website in another language?][^] having similar question.


这篇关于asp.net网页中的语言翻译的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆