Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/WiiLink24/WiiLink24-Patcher/llms.txt

Use this file to discover all available pages before exploring further.

WiiLink Patcher ships with multi-language support for its own interface. On every startup, the patcher reads your operating system’s installed UI culture (CultureInfo.InstalledUICulture) and attempts to match it to an available language pack. If a match is found, you are shown the detected language and given a moment to confirm or change it before the main menu appears. This means most users see the patcher in their native language with zero configuration.
Language packs are downloaded from the WiiLink server at startup and cached locally. The patcher checks for updates to the language pack each time it runs, so translations stay current without requiring a new patcher release.

Supported Languages

The patcher UI is available in the following ten languages:
LanguageBCP-47 Code
Englishen-US
Japaneseja-JP
Russianru-RU
Catalanca-ES
Portuguesept-PT / pt-BR
Frenchfr-FR
Italianit-IT
Germande-DE
Dutchnl-NL
Spanishes-ES
The language list itself is downloaded from the WiiLink server as a JSON dictionary, which means new languages can be introduced without requiring a patcher update — they simply appear in the selection menu the next time the patcher is run.

Auto-Detection on Startup

When the patcher launches, it compares your system locale against the available language list using an exact BCP-47 match first, then a two-letter ISO language code fallback. The behaviour depends on what is found: If exactly one language matches your locale:
  1. The patcher displays: Detected Language: [language name]
  2. Press C to open the language selection menu and choose a different language.
  3. Press any other key to accept the detected language and continue.
If zero or more than one language matches your locale: The language selection menu opens automatically so you can pick manually.

Changing Language

The language can also be changed at any time after startup from the Settings menu:
  1. From the main menu, choose Settings.
  2. Select Change Language.
  3. The language selection menu opens — pick any available language.
The change takes effect immediately and persists for the current session.

Language Menu Navigation

The language selection menu displays 9 languages per page. If the full list spans more than one page, navigation controls appear below the list.
ControlAction
Number keys 19Select the corresponding language on the current page
Left arrowGo to the previous page
Right arrowGo to the next page
ESCReturn to settings (only available when opened from Settings, not on first-run startup)
The language setting only affects the patcher’s interface. The channels themselves have separate language and region settings (for example, Japanese or English for Wii Room, or USA / PAL / Japan region for WiiConnect24 channels) which are chosen during the installation steps and are independent of the patcher UI language.

Build docs developers (and LLMs) love