I want to use offline Google Translate application.
I know that it is possible to download language packs on Android smartphones, but i need to do this on my windows desktop machine.
Also I found some Google translate API`s which allows me to use online Google Translation in my .NET application!
Using Google Translate in C#
https://code.google.com/p/google-language-api-for-dotnet/
But what about offline translation?
Will it allow me to do offline translation as well?
Of-course if I have this large files called language packs?
Is it possible?
How?