Click here to Skip to main content
15,888,610 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dears,
i want to create my own dictionary using C# and sql database,
but the idea where can i find a script or an xml file that
contains the translation of all english words to arabic,
i found a file contains all english words but it take hours
and hours to translate it using google
best regards
Posted

Maintaining this information in Database and then working on it, This does not seems to be Good approach to me.

Have you looked at "Google Translate API for .NET".
(This is alpha version.)
http://code.google.com/p/google-api-for-dotnet/
 
Share this answer
 
Comments
youssef_123 30-Sep-11 9:31am    
yes man i know but i have to create a windows application not web and i want to run it ofline not online so i have to use database to retrieve the word....
Literal translations rarely work, especially involving a highly irreguluar langugae like English with its large use of homophones[^], as context means everything.

Once you have got your translations, I would suggest you read up about satellite assemblies[^] as a better method to implement rather than reading from a database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900