Jump to content

Dictonary


smiles

Recommended Posts

Well, that'll be very advanced scripting as the lgoic and ordering in a language can vary, for example in french they say quite a lot of things the oposite way round, like the noun before an adjective, as i understand.for a straight translation (though it may not make perfect sense) you should use a database. create a table for words, then for each row of data, have several fields, one for each of the word in a different langauge. then use PHP/ASP to connect and query that database using MySQL, then output the translated words.for example:table: translation_words-----------------------------english | fench | german-----------------------------cat | chat | katzedog | chien | hund-----------------------------You can find a tutorial for ASP, PHP and MySQL on the w3schools website.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...