Hello how do I get the n8n interface in French? thanks

Hello, how can I get the n8n interface in French? Thank you.

Hi @laurent_scotto Welcome!
n8n ships its interface in English only, there’s no built-in French option and no language switcher. If you’re self-hosted, you can set the locale with an environment variable:

N8N_DEFAULT_LOCALE=fr

but n8n doesn’t bundle French translations, so any string it wasn’t given falls back to English, which in practice leaves the UI almost entirely in English. A real French interface means supplying your own French translation files (the white-labelling / i18n route) and applying them globally, since the setting is instance-wide, not per user. On n8n Cloud there’s no way to change the interface language at all.