mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Provisioning: Change locale and language settings
Let's script this so we can be sure which language settings are in use
Change-Id: Ibf9ee047ede78535d39e707fd669b8a0f407cf1e
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
(cherry picked from commit 8fac7c92c9)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
082500cb93
commit
5bffe4c688
@@ -0,0 +1,4 @@
|
||||
Write-Host "Change locale and language settings"
|
||||
Set-WinSystemLocale -SystemLocale en-US
|
||||
Set-WinUILanguageOverride -Language en-US
|
||||
Set-WinUserLanguageList en-US -Force
|
||||
@@ -0,0 +1,2 @@
|
||||
. "$PSScriptRoot\..\common\windows\change-language-settings.ps1"
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
. "$PSScriptRoot\..\common\windows\change-language-settings.ps1"
|
||||
|
||||
Reference in New Issue
Block a user