Provisioning: Change locale and language settings

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>
This commit is contained in:
Heikki Halmet
2020-06-30 08:32:33 +03:00
parent 36a58374d6
commit 8fac7c92c9
3 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -0,0 +1,2 @@
. "$PSScriptRoot\..\common\windows\change-language-settings.ps1"

View File

@@ -0,0 +1,2 @@
. "$PSScriptRoot\..\common\windows\change-language-settings.ps1"