Get-LocalizedData: Does not handle LCID 127 #11
Labels
enhancement
The issue is an enhancement request.
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
If the
(Get-UICulture).LCID -eq 127
then the following code fails because theName
property returned fromGet-UICulture
is an empty string ($CurrentCulture.Name
in the snippet below).DscResource.Common/source/Public/Get-LocalizedData.ps1
Line 219 in 7fc06e5
This happens on my macOS when running in the console.
But not when running in the PSIC in VS Code, there it returns the expected LCID 1033 and the
Name
property is set toen-US
.The text was updated successfully, but these errors were encountered: