Click here to Skip to main content
15,921,226 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to develop a new application that will translate the text entered in (textbox)English to telugu or any other language , i have read the Google article but it says we need to give the website url but what i want is that my application should access my database and translate the words to other language for this i think i can convert the text entered into Unicode and compare with the existing values in the database and return the result , i am working on this i need help
is this the correct way or any other method exists
if there is any other way kindly help
thanks in advance
Mahesh
Posted

1 solution

Translation has always been a difficult subject. It's (relatively) easy to feed your program a dictionary and do a word-by word translation, but to meaningfully translate a text is very hard.
I would suggest you use the available API's (Google, Babel, whatever) to get translations.

Cheers
 
Share this answer
 
Comments
mahesh_npr 9-Jul-10 8:14am    
firstly thank you for the quick reply

but google , bable all are same we have to provide their link i my application and the data will be displayed from their database , but my prob is i should convert the text entered in (textbox) english to telugu/hindi from my database so i am trying for any java api /(javascript) which could help me in doing this

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