This class can be used to translate text using Google Translate API.
It can take a text and send an HTTP request to Google Translate API Web servers to translate the text between two given idioms.
Currently it supports the following idioms: Arabic, Bulgarian, Simplified Chinese, Traditional Chinese, Croatian, Czech, Danish, Dutch, English, Finnish, French, German, Greek, Hindi, Italian, Japanese, Korean, Polish, Portuguese, Romanian, Russian, Spanish and Swedish.
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
example.php |
Example |
SmallGoogleTranslator - Example |
SmallGoogleTranslator |
Class |
This Class uses Google Translate to translate text from one language to another. Upon success it returns the translation using UTF-8 to enable accented and other characters. On failure it returns 'FALSE'. |