> For the complete documentation index, see [llms.txt](https://docs.simkl.org/how-to-use-simkl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simkl.org/how-to-use-simkl/faq/how-to-add-new-shows-missing-episodes-and-movies-to-simkl/tmdb-for-movies/add-english-translation.md).

# Add English Translation

Adding translations on **The Movie Database (TMDB)** helps make movies and TV shows accessible to users worldwide by providing localized titles, taglines, and overviews in multiple languages.

Unlike TVDB, where adding translations is simple and available directly through an edit button, **TMDB handles translations differently** the feature is tied to the **language preferences** set in your account.

This ensures that translations are provided by native speakers or users familiar with that language, maintaining better data quality and preventing automated or inaccurate translations.

{% content-ref url="/pages/xIkArCgb5zDLxCReQf7y" %}
[TMDB - For Movies](/how-to-use-simkl/faq/how-to-add-new-shows-missing-episodes-and-movies-to-simkl/tmdb-for-movies.md)
{% endcontent-ref %}

***

## Understanding TMDB’s Translation System

TMDB doesn’t allow random users to edit every language.\
Your **default language setting** determines which translation you can create or edit.

This design ensures:

* Translations are **human-verified**, not automated.
* Users only edit **languages they understand**.
* Reduces the risk of errors caused by online translators or AI tools.

{% content-ref url="/pages/YGuayWNSgqBWwfWYX60K" %}
[How to add new shows, missing episodes and movies to Simkl?](/how-to-use-simkl/faq/how-to-add-new-shows-missing-episodes-and-movies-to-simkl.md)
{% endcontent-ref %}

<figure><img src="/files/hrm4BfjtXiYydVHPV5QU" alt=""><figcaption></figcaption></figure>

***

## How to Add a New Translation on TMD?

Once you’ve set your preferred language or adding URL Parameter:

**Go to the Movie or TV Show Page**\
Search for the title you want to translate on [TMDB.org](https://www.themoviedb.org/).

**Open the Edit Menu**\
From the top menu, click **Overview → Edit**.

<figure><img src="/files/gHcqECRxbBm8SxxYklu5" alt=""><figcaption></figcaption></figure>

**Create Translation Page**\
If a translation in your language doesn’t exist yet, you’ll see a message like:

> “*자백의 대가 has not yet been translated to de-DE (German - Germany).*\
> \&#xNAN;*If you would like to continue and create this translation, please click the button below.*”\
> Click **Create Translation**.

<figure><img src="/files/BKUz5PaKdGwg0p3PdMoh" alt=""><figcaption></figcaption></figure>

**Fill in the Fields for Translations**

* **Translated Name:** The localized version (e.g., *Le Chevalier Noir* for *The Dark Knight*)
* **Overview:** Write the summary/description in your selected language.

<figure><img src="/files/wXJZpSR9ByTyTdQFkJmV" alt=""><figcaption></figcaption></figure>

**Save Translation**\
Click **Save** to submit.\
Once approved, your translation will appear on the TMDB page under that language.

{% content-ref url="/pages/dAswoXQu9q6x3rbQ58Sl" %}
[Add New Movie](/how-to-use-simkl/faq/how-to-add-new-shows-missing-episodes-and-movies-to-simkl/tmdb-for-movies/add-new-movie.md)
{% endcontent-ref %}

***

## Accessing Translation Options

There are **three main ways** to reach the “Create Translation” page on TMDB:

### Option 1: Change Your Default Language (Quick Dropdown)

From the top-right corner of TMDB:

1. Click the **language icon (EN)**.
2. Select your preferred translation language from the dropdown.\
   \&#xNAN;*(Example: Change English → Spanish or Japanese or the language for adding translations)*

<figure><img src="/files/VpZc1TkM1EjoGrYJCu8g" alt=""><figcaption></figcaption></figure>

### Option 2: Change Language from Account Settings

If you want to permanently translate in another language:

1. Click your **profile icon → Settings**.
2. Navigate to **Account Settings**.
3. Change **Default Language** to your target language (e.g., “French (fr-FR)”).
4. Save changes.

<figure><img src="/files/6GfwLMvqY9QhLSXfKMNU" alt=""><figcaption></figcaption></figure>

### Option 3: Using URL Parameter *(Best & Quick)*

Add `?language=xx` to the end of a title’s TMDB URL, where `xx` is your target language code.\
For example:

```
https://www.themoviedb.org/movie/12345?language=de
```

This opens the page for **German (de-DE)** translation.

<figure><img src="/files/McEXDvQq52CXFRCIqGhl" alt=""><figcaption></figcaption></figure>

***

#### Why Adding Translations Matters on TMDB?&#x20;

* **Improves global accessibility** for non-English speakers.
* **Enhances discoverability** of foreign films through localized names.
* **Supports SIMKL and other linked platforms**, ensuring accurate title syncing.
* **Encourages accurate cultural representation** by using real native terms, not AI translations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simkl.org/how-to-use-simkl/faq/how-to-add-new-shows-missing-episodes-and-movies-to-simkl/tmdb-for-movies/add-english-translation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
