# Translate Business Emails into German

**Use case:** 

Translate a business email into polished formal German so you can reach clients and partners in the DACH region with confidence.

## Input

```json
{
  "texts": [
    "We would like to schedule a call next week to discuss the partnership agreement in detail."
  ],
  "targetLanguage": "German",
  "sourceLanguage": "English",
  "tone": "formal"
}
```

## Output

```json
{
  "sourceText": {
    "label": "Source text",
    "format": "text"
  },
  "translation": {
    "label": "Translation",
    "format": "text"
  },
  "detectedSourceLanguage": {
    "label": "Source language",
    "format": "text"
  },
  "targetLanguage": {
    "label": "Target language",
    "format": "text"
  },
  "observedAt": {
    "label": "Translated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Bulk Translator & Localizer](https://apify.com/scrapers_lat/translator-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/translator-tool) to learn more, explore other use cases, and run it yourself.