Get information about the current User Interface Culture for PowerShell
Syntax Get-UICulture [CommonParameters] Key CommonParameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -WarningAction, -WarningVariable, -OutBuffer -OutVariable.
Examples
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
Related PowerShell Cmdlets:
Get-Culture - Get region information (language and keyboard layout)