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