Thursday, May 7, 2009

Bilingual Dictionary – CSV Based Dictionary

Note : All Programs on this site Need .Net Framework 2

I made this program as usual for my own needs for a simple dictionary

This Dictionary is very Simple to use and based on a CSV File

How To Use :

- Just open the Notepad.exe and write the words and meaning in this way … (word,meaning) without the brackets with no spaces in words

- Save the file as Unicode (preferred for Non-English languages)

- Open the dictionary and set the path in the first text box , then choose to search (by word OR by meaning) from the two radio buttons

- It is very recommended to save the words and the meanings with lower case format

Code :

As usual in my simple programs i depend on one or more simple code piece

The main idea here is to save the data as records in the file and the values is separated with commas

Then we (split) the records by the separator and return the values to an array , so we can search

Please read the code and comment for any not cleared part

You can download the program and the source from Here 


0 التعليقات: