PHP Class to use Google Translations
This class can be used to translate application texts using Google Translate. It can take a script with an array of texts in English and sends requests to the Google Translate Web site to translate each of the texts to another idiom. The class generates a new script for the target language with an array with the texts translated to that language.

