Skip to content

Commit 227b64f

Browse files
committed
change to UI culture
1 parent 479ed3a commit 227b64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Engine/CommunityAnalyzerRules/CommunityAnalyzerRules.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Requires -Version 3.0
22

33
# Import Localized Data
4-
if ([System.Threading.Thread]::CurrentThread.CurrentCulture.Name -ne 'en-US')
4+
if ([System.Threading.Thread]::CurrentThread.CurrentUICulture.Name -ne 'en-US')
55
{
66
Import-LocalizedData -BindingVariable Messages -UICulture 'en-US'
77
}

0 commit comments

Comments
 (0)