PowerShell Logo Small

Get-WinSystemLocale



This is the built-in help made by Microsoft for the command 'Get-WinSystemLocale', in PowerShell version 4 - as retrieved from Windows version 'Microsoft Windows 8.1 Enterprise' 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: http://go.microsoft.com/fwlink/p/?linkid=287342
Configurable Language and Cultural Settings
Set-WinSystemLocale

REMARKS

<

Examples


Example 1

PS C:\>GET-WinSystemLocale
LCID Name DisplayName
---- ---- -----------
1033 en-US English (United States)



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