Powershell - Get-Culture Cmdlet 命令
Cmdlet
Get-Culture cmdlet 用于获取 Windows 中当前的区域性设置。
在这些示例中,我们看到了 Get-Culture cmdlet 的实际作用。
示例
在此示例中,我们将获取区域性设置。
> get-culture LCID Name DisplayName ---- ---- ----------- 1033 en-US English (United States)
❮ powershell_advanced_cmdlets.html