Skip to content

Languages

Samuel Costa edited this page Jun 28, 2026 · 1 revision

Languages

The whole UI is available in 7 languages, switchable inside the plugin:

🇺🇸 English · 🇫🇷 French · 🇩🇪 German · 🇮🇹 Italian · 🇯🇵 Japanese · 🇧🇷 Portuguese (Brazil) · 🇪🇸 Spanish

Switching language

Open the plugin (SELECT) and choose your language in the plugin settings. The change applies immediately.

Where the language files live

The plugin reads its text from .txt files on your SD card. The path must be exactly:

SD:/Gen6CTRPluginFramework/Language/<Language>.txt

for example:

SD:/Gen6CTRPluginFramework/Language/English.txt
SD:/Gen6CTRPluginFramework/Language/Portuguese.txt

⚠️ If menu text shows up blank, the Gen6CTRPluginFramework/ folder is in the wrong place. It must sit at the root of your SD card (or Citra's sdmc/), next to luma/ — not inside it. See Installation.

Editing or adding a language

The .txt files are plain KEY :: value text. You can:

  • Tweak wording — open the file for your language and edit the value after ::.
  • Add a translation — copy English.txt, translate the values (keep the keys), and save it under the language name the plugin expects.

Keys without a translation fall back gracefully, so a partial translation still works.

Clone this wiki locally