Skip to content

Internationalization

Hyacinthe edited this page Jun 10, 2026 · 1 revision

Internationalization

File Converter Pro ships with built-in French and English.

Anyone can add a new language without touching the source code:

  1. Create a .lang file (UTF-8 JSON) using an existing language file as reference.
  2. Place it in the languages/ folder in the internal folder next to the executable (or in the source tree).
  3. The new language is detected and listed in Settings automatically on next launch. See CONTRIBUTING.md for a step-by-step guide.

Clone this wiki locally