NAME
Get-WinSystemLocale
SYNOPSIS
Gets the System-locale setting (that is, the language for non-Unicode programs) for the current computer.
SYNTAX
Get-WinSystemLocale [
] 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.PARAMETERS
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
OUTPUTS
CultureInfo An object that identifies the current computer's system locale. For more information about the CultureInfo object, see CultureInfo Class.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.
RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=287342 Configurable Language and Cultural SettingsSet-WinSystemLocale