App Logo
notion.com

Notion display language switcher

Switch the display language for the current Notion account, via Settings > Preferences > Language. Supports fr, de, en, it, es.

Input

language required

Target display language.

Output

language required
alreadySet required
docLang optional

document.documentElement.lang after the switch, waited for until it agrees with the requested language. On the already-set path the tab may have booted from Notion's cached shell still rendering the previous locale, so it is reloaded once before the guard gives up.

FAQ

Switch the display language for the current Notion account, via Settings > Preferences > Language. Supports fr, de, en, it, es.
Required: language.
It returns docLang, language, alreadySet.
Yes. It acts as you on notion.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the notion.com cookies saved by the Reduck extension.
It makes changes on notion.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/notion.com/switch_language, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/notion.com/switch_language
It is part of Reduck's official curated catalogue.

Start building not clicking