Getting Started
New to Translation?
- Type or paste text in the source field
- Select source and target languages
- Click translate to see results instantly

Advanced Usage
Using Our Translation API
Integrate translation functionality into your apps with our developer API
GET https://api.translate.html/translate Headers: Authorization: Bearer YOUR_API_KEY Body: { "query": "Bonjour!", "from": "fr", "to": "en" }
Best Practices
1. Use Language Detection
Auto-detect source language for unknown text by leaving source as "auto"
2. Batch Translations
Send multiple items at once using the API for better efficiency
3. Preserve Formatting
Translation preserves original text spacing and line breaks
Troubleshooting
Text Not Translating?
- • Ensure text isn't empty or whitespace-only
- • Check for unsupported control characters
- • Verify API key (if using programmatic access)
Language Not Found?
Currently supported languages include:
- English
- Spanish
- Chinese
- Japanese
- French
- German
Privacy Issues?
All translations are processed locally and never stored. Your data remains completely private.