如下說明是翻譯PowerShell中: help Get-Culture 產生的幫助信息.
譯者: Edengundam(馬濤)
Get-Culture
大綱取得計算機上區域設置的信息.
語法Get-Culture [<CommonParameters>]
詳細描述取得計算機上區域設置的信息. 這些信息包括當前語言, 鍵盤布局等.
參數 <公共參數>此命令支持公共參數: -Verbose, -Debug, -ErrorAction, -ErrorVariable, and -OutVariable. 更多信息, 輸入, "get-help
about_commonparameters".
返回類型System.Globalization.CultureInfo對象
注意 更多信息, 輸入"Get-Help Get-Culture -detailed". 需要技術信息, 輸入"Get-Help Get-Culture -full".
如果需要為該命令提供多個參數, 請使用逗號進行分隔. 例如, "<parameter-name> <value1>, <value2>".
例1 C:\PS>get-culture
此命令顯示計算機上區域設置的信息.
相關鏈接Get-UICulture