Hey guys ,
back again to conect-dev blog :)
i don't have much time so i can't write here a lot of articles but hope that my articles is valuable for all of u .
2day i write a C# .NET class to translate a given text from a source language to a destination language it takes 2 hours from me to write it and solve encoding problems :S specially for Arabic, Japanese, Chinese and other languages which use special characters.
now this class is ready for user all u have to do is to call 2 methods first to initialize your object (Constructor) in this step u will pass Src lang and Dest lang as a parameters , then call the function which translates the text and give it your text , this function will return translated text as string .
so hope u enjoy it .