If I create bilingual dictionary, how to store words? text file or database?

Hello friend.
If I create a bilingual word to word dictionary, for example Turkish and English dictionary that contains about 70 000 words, how to store the words? Do I use just a simple text file and type all the words then read it from that text file or use a database program to type the words in it, like MS Access or SQlite database?
I want to write all the words both languages myself and embed everything in the program, no server side.
Thanks
Last edited on
Since you'll probably not need to make sophisticated queries, there's no reason not to use a text file.
Last edited on
Topic archived. No new replies allowed.