Get information about the current User Interface Culture for PowerShell
Syntax Get-UICulture [CommonParameters] Key
Get the current UI culture information:
PS C:\> get-uiculture
PS C:\> get-uiculture | format-list *
List all the properties available:
PS C:\> Get-UICulture | Get-Member
Displays the Calendar property/short date pattern:
PS C:\> (get-uiculture).calendar
PS C:\> (get-uiculture).datetimeformat.shortdatepattern
"The great law of culture is: Let each become all that he was created capable of becoming" ~ Carlyle
Get-Culture - Get region information (language and keyboard layout)