Question Creating a language program / translate program

Fezza

New member
Joined
Aug 21, 2016
Messages
3
Programming Experience
Beginner
I am a native Dutch speaking person and at this moment I am following an English course in which, of course, i need to widen my vocabulary.

For example: if my program asks the translation of the Dutch word "huis", the user can write the answer in a textbox, writing the English word "house" of course.
I understand I can write such a program with an if/else statement but I am sure there must be a more efficient way to do this. An if/else statement is ok if you use a few words to translate, but not 100's.
Maybe it's an idea to connect the program to an excel worksheet in which in column A the Dutrch word is written and in column B the English word?

I'd like to hear your ideas!
 
Back
Top Bottom