📚 Translation Guides

Learn how to use our translation tools

Getting Started

New to Translation?

  1. Type or paste text in the source field
  2. Select source and target languages
  3. Click translate to see results instantly
Translation Interface Guide

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"
}
                            
View API Documentation →

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.