Click here to Skip to main content
15,893,564 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
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
Posted

Try this link
Google Translator API in your ASP.NET Web Application
See this
Hindi/Marathi Transliteration ASP.NET Custom Control[^]
and change
C#
public SupportedLanguages DestinationLanguage
        {
            get
            {
                return (destinationLanguage != null)?destinationLanguage.Value:SupportedLanguages.HINDI;
            }
            set
            {
                destinationLanguage = value;
            }

        }


Hope it will help...
 
Share this answer
 
v2
Comments
betu.009 20-Mar-12 3:52am    
i have tried it its not working..actually requirement is not for translating but want an drop down like google translator of different languages and in editor typing language should change accordingly selected language...
uspatel 20-Mar-12 4:00am    
do you want to provide input in selected language from keyboard........?
betu.009 20-Mar-12 4:17am    
exactly yes...
betu.009 20-Mar-12 4:23am    
please help on that how can i do it?
uspatel 20-Mar-12 5:01am    
See updated answer(2nd Link),I hope you exacly want this....
 
Share this answer
 
v3
Comments
Madan Lal Sharma 4-Aug-12 10:06am    
Dear sir,
I am software developer (Fresher). I want implement language translator in my project. You are requested to guide me that how it is possible? so that user can change language for convenient.

Regards.
Madan Sharma.
M. +91 9015392182
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/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900