How to download language packs to PC to use Google translation offline?

I want to use Google Translate offline app.
I know it is possible to download language packs to Android smartphones, but I need to do this on my Windows desktop.

Also I found several google translation APIs that allows me to use google online translation in my .NET app!

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? Surely if I have these big files called language packs?
Is it possible?
How?

+3


source to share


1 answer


Here is the answer to that question, but it is only about downloading any language pack.

http://forum.xda-developers.com/showthread.php?t=2234606

As we can see before loading any language packs, two core files are required!



http://dl.google.com/translate/offline/v3/r1/c.zip
http://dl.google.com/translate/offli...1/profiles.txt

Then we have to download any language pack. Just like this ....

http://dl.google.com/translate/offline/v3/r1/ ****. zip

+3


source







All Articles