Gets the current user interface (UI) culture settings in the operating system. (Get-UICulture)

   

# NAME
Get-UICulture

# SYNOPSIS
Gets the current user interface (UI) culture settings in the operating system.

# SYNTAX
Get-UICulture [<CommonParameters>]

# DESCRIPTION
The Get-UICulture cmdlet gets information about the current UI culture settings for Windows. The UI culture determines which text strings are used for user interface elements, such as menus and messages.

You can also use the Get-Culture cmdlet, which gets the current culture on the system. The culture determines the display format of items such as numbers, currency, and dates.

# PARAMETERS
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer and OutVariable. For more information, type,
"get-help about_commonparameters".

# INPUTS
None
You cannot pipe input to this cmdlet.

# OUTPUTS
System.Globalization.CultureInfo
Get-UICulture returns an object that represents the current UI culture.

# NOTES

You can also use the $PsCulture and $PsUICulture variables. The $PsCulture variable stores the name of the current culture, and the $PsUICulture variable stores the name of the current UI culture.

# EXAMPLE 1

C:\PS>get-uiculture

# Description
-----------
This command gets the current UI culture information.

# EXAMPLE 2

C:\PS>get-uiculture | format-list *

# Description
-----------
This command displays the values of all of the properties of the current UI culture in a list.

# EXAMPLE 3

C:\PS>(get-uiculture).calendar

# Description
-----------
This command displays the current values for the Calendar property of the current UI culture. Calendar is just one property of UI culture. To see all of the properties, type "get-uiculture | get-member".

# EXAMPLE 4

C:\PS>(get-uiculture).datetimeformat.shortdatepattern

# Description
-----------
This command displays the short date pattern for the current UI culture. To see all of the subproperties of the DateTimeFormat property of the UI culture, type "(get-uiculture).datetimeformat | gm".

RELATED LINKS
Online version: http://go.microsoft.com/fwlink/?LinkID=113334

C:\Windows>powershell get-help Get-Unique -full

ColorConsole [Version 1.7.1000] PowerShell 2.0-Export
Microsoft Windows [Version 6.1.7600]
Copyright (c) 2014 Microsoft Corporation.

OS: Windows 10, 8.1, 8, 7, Vista / Windows Server 2016, 2012, 2008
»»»» ColorConsole









... Windows-10




Windows 10 How To

... Windows 10 FAQ
... Windows 10 How To




PowerShell: Gets the current user interface (UI) culture settings in the operating system.

HTTP: ... PS_Windows/en/Get-UICulture.htm
0.202
14431

Activate the checkbox to mark pictures!

 /

Find the Windows 10/11 Autostart Folder (auto startup directory)!

 /

Windows 11 official rollout update starts in autumn!

 /

The lost Internet Explorer on Windows 10!

 /

Environment Variables?

 /

Easy Reset Windows 11!

 /

Keyboard Einstellungen Windows 10/11!

 /

How to find Recovery options in Windows 10 Home and Pro (reset, clear)?

 /

Let the digital desktop clock start with all MS Windows 11, 10, ... OS!

 /

Mouse balls for the mouse pointer on Windows 11, 10, ... Desktop or MS Server OS!

 /

Diverse Windows Service Packs!

 /

Windows 10 SDK c++ Download!

 /