Hi,
I'm working on a program using visual basic.net where I have to input a sentence in english and translate the sentence to german and french by using corresponding arrays.

I already have inputed the english, german and french arrays.

I need help creating a for statement that will translate the sentence word for word.

The code I have now can only translate one word at a time before it crashes.

I'm in desperate need for help!