Can somebody tell me how to convert some English data into Marathi language dynamically in php?
What I want is suppose some user enters any string in text box then it should get automatically converted into Marathi in other text box.
thanx.
Can somebody tell me how to convert some English data into Marathi language dynamically
Share
Use the Google Translate service.
http://code.google.com/apis/language/translate/overview.html
This is the best you could possibly hope to do on your own. Translation is a serious science that is only just beginning, in nominal terms.