# Can task content be translated into multiple languages?

The tasks in [Mechanic's library](/resources/task-library.md) don't generally include provisions for content translations/localizations – this can be a relevant concern for customer-facing messaging, like email.

To handle translations, some merchants install multiple copies of a task, and tune the options of each task to address specific locales, with locale-specific content.

In other cases, task code can be customized to allow for specifying multiple translations within a single task, switching between them as appropriate. (Typically, this means adding a [keyval option](/core/tasks/options.md#3-flags) allowing the user to specify and identify content as needed.)

{% hint style="info" %}
New to task customization? Start here: [I need something custom!](/custom.md)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://learn.mechanic.dev/faq/can-task-content-be-translated-into-multiple-languages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
