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:
Get-Culture - Get region information (language and keyboard layout)
© Copyright SS64.com 1999-2013
Some rights reserved