Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
Hey guys is it possible...????
I have a english text (Suppose "My Name is Kishor Khatri")
Now Using C# i m saving this text in a table in sql server
But when i send this text to sql server than actually what i want is that...
sql server convert it to italian language and than save that converted text in table...
Please tell me... if it is possible...
How can i do this...???
Posted
Comments
ZurdoDev 5-Jun-14 15:58pm    
You'll need to find a library to translate it. I think google may have an api for that.
CPallini 5-Jun-14 16:01pm    
You could ask Carlo to perform the translation for you. :-)
[no name] 5-Jun-14 16:15pm    
You mean to tell me that Italians speak Italian? What madness is this? :-)
CPallini 5-Jun-14 16:31pm    
Italians, strange people... :-)
Kishor Khatri 6-Jun-14 2:13am    
what...????

Your code, using either an online or a offline translation library could translate the English text and then save its Italian equivalent inside the database.
 
Share this answer
 
v2
Keep in mind that the translation is probably not going to be perfect. It may come out making Italians laugh!

Also, if you want to convert the text back to English, you might be surprised at what you get back from the Italian text.

In other words, you're GOING to have problems with this "requirement".
 
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