App Logo
tiktok.com

Switch TikTok display language

Change the logged-in TikTok account's display language via the account menu (More > Language), given the language's own native name (e.g. "Français", "Deutsch", "English (US)", "Italiano", "Español") as shown in TikTok's own language picker. Returns the resulting page language code so the caller can confirm the switch took effect.

Input

language required

Native name of the target language exactly as TikTok's language picker shows it, e.g. "Français", "Deutsch", "English (US)", "Italiano", "Español"

Output

resultingLangCode required

document.documentElement.lang after the switch, e.g. "en", "de", "fr"

FAQ

Change the logged-in TikTok account's display language via the account menu (More > Language), given the language's own native name (e.g. "Français", "Deutsch", "English (US)", "Italiano", "Español") as shown in TikTok's own language picker. Returns the resulting page language code so the caller can confirm the switch took effect.
Required: language.
It returns resultingLangCode.
Yes. It acts as you on tiktok.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the tiktok.com cookies saved by the Reduck extension.
It makes changes on tiktok.com, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/tiktok.com/switch_language, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/tiktok.com/switch_language
It is part of Reduck's official curated catalogue.

Start building not clicking