We have a "website" composed of entirely static content in English language. The total HTML files for the site amount to around 300MB of data (ie exclusive of images, just the HTML text files.)
The content is usually used off-line in a simple web server appliance for remote area schools where there is no Internet availability.
If I serve the same content from a webserver on the Internet, and give the URL to the Google Translate site, an excellent translation results, and we can step around the website via links just as in the original.
So we know that Google Translate will do a good job of translating the content, and does so quite automatically via the on-line Google Translate service.
My question is how to best go about translating the HTML files, in bulk, into several other languages, using the Google Translate service or some equivalent.
The translation obviously has to recognise the HTML and just translate the actual English language content, which the on-line Google Translation service does perfectly.
This seems like it would be a fairly common requirement, but I can't find a simple answer as to how to go about it.
I would greatly appreciate any suggestions.
Thanks in advance.