Merge pull request #299 from JisJ3rry/patch-1

Check actual language instead of region
pull/296/head^2
Romain 2023-03-18 11:16:33 +01:00 committed by GitHub
commit 5650fa0122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
Function Get-NotifLocale {
#Get OS locale
$OSLocale = (Get-Culture).Parent
$OSLocale = (Get-UICulture).Parent
#Test if OS locale notif file exists
$TestOSLocalPath = "$WorkingDir\locale\$($OSLocale.Name).xml"