> For the complete documentation index, see [llms.txt](https://docs.acestudio.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.acestudio.ai/ai-vocal-synth/creating-ai-vocals/singing-languages.md).

# Singing Languages

Each AI singer is multilingual, with specific multilingual support depending on the model version. While each singer has their own **native language** where they perform optimally, this does not mean they are limited to their native language.

Within a clip, you can assign a different language attribute to each note, enabling the AI voice to sing lyrics in various languages on a note-by-note basis.

To ensure optimal performance, it’s important that the lyrics match the language attribute assigned to the note.

## Default singing language of a track

Each vocal track has its own default singing language setting, which corresponds to the interface language by default. You can set the default language of the track to follow the interface language, the singer's native language, or any specified language in the [preferences window](/account-and-settings/preferences.md).

If you don’t need vocals in other languages, you usually don’t need to change the singing language settings as long as the interface language is the one you need.

The **track default singing language** determines the language of notes created within the track, regardless of their native singing language.

{% tabs %}
{% tab title="Change it on track header" %}
Right click on the track header, select the target language from the "Default language of notes" drop down.

<figure><img src="/files/kmJKX9rppNt8Rr064Xfx" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Change it in piano roll" %}
When no notes are selected, select the target language from the second drop down in the toolbar of the piano roll.

<figure><img src="/files/2nCVbHPVY0m1uvYawGhZ" alt="Change Singing Languages in ACE Studio piano roll." width="410"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## Editing Note languages

You can change the language of a note by selecting it and choosing the target language from the piano roll's tool bar.

Just remember, the lyrics on these note will not be translated automatically. You need to change the lyrics manually after changing the language attribute.

<figure><img src="/files/CcWP2nATTFCUY2fde5o2" alt="Editing note languages in ACE Studio piano roll."><figcaption></figcaption></figure>


---

# 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.acestudio.ai/ai-vocal-synth/creating-ai-vocals/singing-languages.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.
