I want to programm a simple translator that can translate from english to german and vice versa. For that I Need a file that contains for example a german word and then possible english translations. It could be structured like that:
german word - english translation 1, english translation 2
laufen - to run, to go, …
…
However I can't seem to find such files. However I found .txt files that contain a vocabulary list sorted by alphabet one for german and one for english and I have Google translator.
So my idea would be to write Programm (preferably in c++, because …