> ## Documentation Index
> Fetch the complete documentation index at: https://docs.piebald.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Localization

> Piebald has support for localization (internationalization/translations) in a variety of languages.

export const MuxVideo = ({playbackId, title = "Video demo"}) => <iframe className="w-full aspect-video rounded-xl" src={`https://player.mux.com/${playbackId}?accent-color=%23ff8400`} title={title} allow="accelerometer; gyroscope; autoplay; encrypted-media; picture-in-picture" allowFullScreen></iframe>;

<Badge color="blue">Available in Piebald Basic (Free)</Badge>

Piebald is translated into several languages.  To change the UI's language, go to **Settings → General** and select your language.  Currently, Piebald supports the following languages:

* English
* Chinese Simplified (简体中文)
* German (Deutsch)
* Spanish (Español)
* Russian (Русский)
* French (Français)
* Portuguese (Português)
* Korean (한국어)
* Turkish (Türkçe)
* Italian (Italiano)

We're working to add more translations, so if there's another language that you'd like the app translated to, or you've found some text that's not translated, please submit feedback or [open an issue](https://github.com/Piebald-AI/piebald-issues/issues/new)!

<MuxVideo playbackId="jcl2hADgbVT01201vw3zwQP8JwNO4cOl9myAnSMQ6XfGY" title="Localization" />
