PowerShell Logo Small

Get-WinSystemLocale



This is the built-in help made by Microsoft for the command 'Get-WinSystemLocale', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Gets the System-locale setting (that is, the language for non-Unicode programs) for the current computer.

SYNTAX


Get-WinSystemLocale [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Get-WinSystemLocale cmdlet returns the current value of the System-locale setting. The System-locale setting determines which code pages
(ANSI, DOS, and Macintosh) the system uses by default.



<

RELATED LINKS

Online Version:
Configurable Language and Cultural Settings
Set-WinSystemLocale

REMARKS

<

Examples


Example 1

PS C:\> GET-WinSystemLocale
LCID Name DisplayName



This command gets and displays the System-locale setting for the current computer.






PS C:\>