if to make the dictionary, I can to make it, but when to make a translator application, my confusion to combine the existing data in the database.
for example in a dictionary application that I created, for example Dayak - Indonesia, when we enter the word in the language of Dayak "Hamen" it would read "love". but iu only one word. Therefore, I got an assignment to create translator, who can interpret many words in the textbox.
Can you help me make a simple application, suppose its interface in the form of pictures below??
![Name: translate.gif
Views: 52
Size: 23.8 KB]()
example, i have a table Database = Coba with Table = Translate , and the record like this :
![Name: translate.gif
Views: 46
Size: 5.2 KB]()
words in the input in textbox1 will generate meaning in textbox2, according to the databases that I have
textbox1 = Aku Cinta dan Cinta Kamu
textbox2 = Aku Hamen andri Hamen Hanyu..
so, How to Make Translator Application like that ??
thx for your help.. :(
for example in a dictionary application that I created, for example Dayak - Indonesia, when we enter the word in the language of Dayak "Hamen" it would read "love". but iu only one word. Therefore, I got an assignment to create translator, who can interpret many words in the textbox.
Can you help me make a simple application, suppose its interface in the form of pictures below??
example, i have a table Database = Coba with Table = Translate , and the record like this :
words in the input in textbox1 will generate meaning in textbox2, according to the databases that I have
textbox1 = Aku Cinta dan Cinta Kamu
textbox2 = Aku Hamen andri Hamen Hanyu..
so, How to Make Translator Application like that ??
thx for your help.. :(