Get-UICulture

Get information about the current User Interface Culture for PowerShell

Syntax
      Get-UICulture [CommonParameters]


Get-UICulture gets an object that represents the current UICulture.

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).


 
Copyright © 1999-2024 SS64.com
Some rights reserved