Skip to content

Latest commit

 

History

History
58 lines (40 loc) · 1.91 KB

File metadata and controls

58 lines (40 loc) · 1.91 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.InternationalSettings.Commands.dll-Help.xml
International
12/20/2016
2.0.0
Get-WinSystemLocale

Get-WinSystemLocale

SYNOPSIS

Gets the System-locale setting for the current computer.

SYNTAX

Get-WinSystemLocale [<CommonParameters>]

DESCRIPTION

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

EXAMPLES

Example 1: Get the system locale

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.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

CultureInfo

This cmdlet returns the system locale of the current computer. For more information about the CultureInfo object, see CultureInfo Class.

NOTES

RELATED LINKS

Manage the input and display language settings in Windows 10

Set-WinSystemLocale