How do I make an online translator ?

January 2, 2010 - 12:21 pm 2 Comments

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 :-P

You wont’ find a tutorial here though, good luck!

2 Responses to “How do I make an online translator ?”

  1. tnofic Says:

    Don’t use google translate. it’s a horrible program.
    Go to translation2.paralink.com/
    References :

  2. what? Says:

    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 :-P

    You wont’ find a tutorial here though, good luck!
    References :

Leave a Reply