Using the Get-Culture Cmdlet

Listing Language and Locale Information

The Get-Culture cmdlet does only one thing: it returns language and locale information. For example, on an English language computer Get-Culture returns the following information:

LCID             Name             DisplayName
----             ----             -----------
1033             en-US            English (United States)

To retrieve this information simply type Get-Culture without any additional parameters:

Get-Culture