# Translate Menu Items into French

**Use case:** 

Translate restaurant menu items into French so hospitality staff can serve tourists and print bilingual menus with ease.

## Input

```json
{
  "texts": [
    "Grilled salmon with lemon butter",
    "House salad with vinaigrette",
    "Chocolate lava cake"
  ],
  "targetLanguage": "French",
  "tone": "casual",
  "maxItems": 3
}
```

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