A multilingual Wii U homebrew application for switching system language files. Say goodbye to FTP servers!
Based on @YveltalGriffin's haxcopy.
LingoBrew requires the MochaPayload!
Make sure to update to Aroma or Tiramisu before using this application.
-
Full support for 3 languages: 中文 / English / 日本語
-
Full Backup: Complete MLC system backup before language switch
-
Selective Backup: Only backs up files that will be overwritten by SD card contentg
-
Download language files from internet
-
Copy language files from SD card (
fs:/vol/external01/title) to MLC (mlc:/sys/title) -
Option to copy font files for enhanced character support
-
Selective font backup to preserve existing system fonts
-
Restore from previous backups
-
Support for MLC, SLC, SLCCMPT backups
-
Separate management for system, user, and title data
-
Safe restore with confirmation prompts
- Download the latest
LingoBrewfrom Releases - Place it in
sd:/wiiu/apps/directory - Launch from Wii U Menu via Aroma/Tiramisu (.wuhb can only be launched from Aroma)
(Download language files from here )
Your SD card should have this structure:
sd:/vol/external01/title/
├── 00050000/
│ ├── XXXXXXXX/ (Title ID folders)
│ └── ...
├── 00050002/
└── ...
For enhanced Japanese/Chinese character support:
sd:/wiiu/fonts/
└── CafeStd.ttf (Your font file)
- Language: Switch between 中文/English/日本語
- Real-time UI updates without restart
- Press "L" "+" "-" to open debugscreen
For building you need:
You can also build LingoBrew using docker:
# Build docker image (only needed once)
docker build . -t lingobrew_builder
# make
docker run -it --rm -v ${PWD}:/project lingobrew_builder make
# make clean
docker run -it --rm -v ${PWD}:/project lingobrew_builder make cleandocker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/clang-format:13.0.0-2 -r ./source -i
- Maschell for creating WiiUCrashLogDumper. The app is based on WiiUCrashLogDumper.
- GaryOderNichts for creating WiiUIdent. The GUI is based on WiiUIdent.
- YveltalGriffin for creating haxcopy. The app is also based on haxcopy.
- FontAwesome for the icons.
- Terminus Font for the monospace font.





