ankitects/anki

Webview forms don't follow Anki's language preference

Open

#4,823 opened on May 12, 2026

View on GitHub
 (1 comment) (0 reactions) (1 assignee)Rust (2,965 forks)batch import
good first issue

Repository metrics

Stars
 (27,973 stars)
PR merge metrics
 (Avg merge 4d 16h) (68 merged PRs in 30d)

Description

Problem

Webview inputs such as date pickers don't follow the language set in Anki preferences.

Solution

  • Set the app locale using QLocale::setDefault.
  • Pass the user's language to Chromium using the --lang flag with the QTWEBENGINE_CHROMIUM_FLAGS environment variable.

Related: #4820

Contributor guide