Google Translate – PHP class for automatic translation
Here is a very simple in use class to translate any text from one language to another using Google Translate service. The results are cached, so it is quite fast.
It supports all the languages which are available on translate.google.com.
Cache is stored in php files, so you do not need any database at all!