PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,619 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have newly installed PowerShell 7.4.6. My computer's locale is zh-cn. Why does the terminal display English instead of Chinese?
It has been confirmed that Get-UICulture $PSCulture $PSUICulture [System.Globalization.CultureInfo]::InstalledUICulture has zh-CN.
Also eliminated interference via pwsh -NoProfile.
But the interface is still in English.