Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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