ankitects/anki
Ver no GitHubWebview forms don't follow Anki's language preference
Open
#4.823 aberto em 12 de mai. de 2026
good first issue
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
--langflag with theQTWEBENGINE_CHROMIUM_FLAGSenvironment variable.
Related: #4820