Powershell - Get-Culture Cmdlet



Cmdlet

Get-Culture cmdlet is used to get current culture set in windows.

In these example, we're see the Get-Culture cmdlet in action.

Example

In this example, we'll get culture settings.

> get-culture
LCID             Name             DisplayName      
----             ----             -----------         
1033             en-US            English (United States)
powershell_advanced_cmdlets.htm
Advertisements