# Translate App Text into Brazilian Portuguese

**Use case:** 

Localize app interface strings into Brazilian Portuguese so users in Brazil get clear buttons, labels and messages.

## Input

```json
{
  "texts": [
    "Save changes",
    "Your session has expired",
    "Add to cart"
  ],
  "targetLanguage": "Brazilian Portuguese",
  "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.