Get-Culture - Powershell 2.0 CmdLet
Microsoft Windows PowerShell is a command-line shell and scripting tool based on the Microsoft .NET Framework. It is designed for system administrators, engineers and developers to control and automate the administration of Windows and applications.
More than hundred command-line tools (so called "cmdlets") can be used to perform system administration tasks and Windows Management Instrumentation (WMI). These cmdlets are easy to use, with standard naming conventions and common parameters, and standard tools for piping, sorting, filtering, and formatting data and objects.
Get-Culture
Short description Gets the current culture set in the operating system. Syntax Get-Culture [<CommonParameters>] Description The Get-Culture cmdlet gets information about the current culture settings. This includes information about the cur rent language settings on the system, such as the keyboard layout, and the display format of items such as numbers, currency, and dates. You can also use the Get-UICulture cmdlet, which gets the current user interface culture on the system. The user-in terface (UI) culture determines which text strings are used for user interface elements, such as menus and messages .