How do I make an online translator ?
January 2, 2010 - 12:21 pm
How do I make an online translator, like Google Translate or Babelfish ? Would I need MySQL and PHP ?
tnofic – I didn’t say I wanted to USE one, I wanted to MAKE one. Stop spamming just to get the points.
You just need a means to read user input and then a database or txt file with the dictionaries to search for the words they wrote. You can do it with MySQL and PHP but there are other ways … javascript could probably do it
You wont’ find a tutorial here though, good luck!
January 2nd, 2010 at 5:54 pm
Don’t use google translate. it’s a horrible program.
Go to translation2.paralink.com/
References :
January 2nd, 2010 at 6:04 pm
You just need a means to read user input and then a database or txt file with the dictionaries to search for the words they wrote. You can do it with MySQL and PHP but there are other ways … javascript could probably do it
You wont’ find a tutorial here though, good luck!
References :