mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 19:08:59 -05:00
[GH-ISSUE #18658] feat: Add WEBUI_LANGUAGE Environment Variable to Force Default Language for All New Users #18662
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @EverThingy on GitHub (Oct 27, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18658
Check Existing Issues
Problem Description
While issue #1713 successfully implemented auto-detection of the user’s browser language (a great improvement), it does not provide a way to force a default language for all new users, regardless of their browser settings.
This is a critical requirement for Enterprise deployments where all users should see the UI in a specific language
Desired Solution you'd like
Add an environment variable WEBUI_LANGUAGE to set a default language. e.g.
WEBUI_LANGUAGE=nl-NLAlternatives Considered
No response
Additional Context
No response