如何在asp.net中使用谷歌翻译API? [英] how to use google translator API in asp.net?

查看:90
本文介绍了如何在asp.net中使用谷歌翻译API?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在asp.net c#web应用程序中专门为ajax工具包编辑器使用谷歌翻译API ..请帮助我对我这么迫切

解决方案

试试这个链接

Google ASP.NET Web应用程序中的转换器API

请参阅此

Hindi / Marathi Transliteration ASP.NET自定义控件 [ ^ ]

并更改

  public  SupportedLanguages DestinationLanguage 
{
get
{
return (destinationLanguage!= null ) ?destinationLanguage.Value:SupportedLanguages.HINDI;
}
set
{
destinationLanguage = ;
}

}





希望它会有所帮助...


参考这些:



http://dotnetaid.com/2011/09/21/how-to-implement-google-translator-api-in-asp-net/ [ ^ ]



http:// forums.asp.net/t/1743923.aspx/1 [ ^ ]



http://www.dotnetobject.com/Thread-Google-Translator-APIs-asp-net [^] [ ^ ]


马拉地语输入/音译的最佳外部链接:



请仔细阅读。



< a href =http://aspforums.net/Threads/744135/Translate-TextBox-Text-using-Google-Translate-API-in-ASPNet/> http://aspforums.net/Threads/744135/Translate- TextBox-Text-using-Google-Translate-API-in-ASPNet / [ ^ ]


how to use google translator API in asp.net c# web application specially for ajax tool kit editor.. please help me its so urgent for me

解决方案

Try this link
Google Translator API in your ASP.NET Web Application
See this
Hindi/Marathi Transliteration ASP.NET Custom Control[^]
and change

public SupportedLanguages DestinationLanguage
        {
            get
            {
                return (destinationLanguage != null)?destinationLanguage.Value:SupportedLanguages.HINDI;
            }
            set
            {
                destinationLanguage = value;
            }

        }



Hope it will help...


Refer these:

http://dotnetaid.com/2011/09/21/how-to-implement-google-translator-api-in-asp-net/[^]

http://forums.asp.net/t/1743923.aspx/1[^]

http://www.dotnetobject.com/Thread-Google-Translator-APIs-asp-net[^][^]


The BEST external link for Marathi typing / Transliteration:

Please go through it .

http://aspforums.net/Threads/744135/Translate-TextBox-Text-using-Google-Translate-API-in-ASPNet/[^]


这篇关于如何在asp.net中使用谷歌翻译API?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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