A simple web-based language translator that uses Google Translate's unofficial API. Instantly translate text between English, Spanish, French, German, and Hindi. Features include copy and text-to-speech for the translated result.
- Translate text between multiple languages
- Auto-detect source language
- Copy translated text to clipboard
- Listen to translated text via text-to-speech
- Easy-to-use web interface (HTML, CSS, JavaScript)
-
Open
index.htmlin your browser.
No installation is required—just double-click the HTML file. -
Enter the text you want to translate.
-
Select the source and target languages.
-
Click Translate.
-
The translated text will appear below.
- Use Copy to copy it to your clipboard.
- Use Speak to hear the translation.
- English
- Spanish
- French
- German
- Hindi
- Modern web browser (Chrome, Firefox, Edge, etc.)
- Internet connection (uses Google Translate API)
index.html— Main application file (contains all HTML, CSS, and JS)
- Built by [Arjun Trivedi]
- Translation powered by Google Translate API
- Uses browser's Web Speech API for text-to-speech
Feel free to contribute or raise issues!