
- PowerShell 教程
- PowerShell - 主頁
- PowerShell - 概述
- PowerShell - 環境設定
- PowerShell - 命令
- PowerShell - 檔案和資料夾
- PowerShell - 日期和計時器
- PowerShell - 檔案輸入/輸出
- PowerShell - 高階命令
- PowerShell - 指令碼
- PowerShell - 特殊變數
- PowerShell - 運算子
- PowerShell - 迴圈
- PowerShell - 條件
- PowerShell - 陣列
- PowerShell - 雜湊表
- PowerShell - 正則表示式
- PowerShell - 反引號
- PowerShell - 括號
- PowerShell - 別名
- PowerShell 實用資源
- PowerShell - 快速指南
- PowerShell - 實用資源
- PowerShell - 討論
PowerShell - Get-Culture 命令
命令
Get-Culture 命令用於獲取 Windows 中設定的當前文化。
在這些示例中,我們看到了 Get-Culture 命令的實際應用。
示例
在這個示例中,我們將獲取文化設定。
> get-culture LCID Name DisplayName ---- ---- ----------- 1033 en-US English (United States)
powershell_advanced_cmdlets.htm
廣告