# Translate Legal Notices into Mandarin Chinese

**Use case:** 

Translate a short legal notice into Mandarin Chinese with a formal tone for contracts, terms and compliance documents.

## Input

```json
{
  "texts": [
    "By using this service you agree to the terms and conditions outlined in our privacy policy."
  ],
  "targetLanguage": "Mandarin Chinese",
  "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.