mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Let's script this so we can be sure which language settings are in use Pick-to: 6.2 Pick-to: 5.15 Change-Id: Ibf9ee047ede78535d39e707fd669b8a0f407cf1e Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
5 lines
168 B
PowerShell
5 lines
168 B
PowerShell
Write-Host "Change locale and language settings"
|
|
Set-WinSystemLocale -SystemLocale en-US
|
|
Set-WinUILanguageOverride -Language en-US
|
|
Set-WinUserLanguageList en-US -Force
|