# Translate Ad Copy into Korean

**Use case:** 

Translate short ad copy into Korean with a marketing tone so your campaigns convert with audiences in South Korea.

## Input

```json
{
  "texts": [
    "Limited time offer. Get thirty percent off your first order today."
  ],
  "targetLanguage": "Korean",
  "tone": "marketing"
}
```

## 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.