Get-WinSystemLocale

Get-WinSystemLocale

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

구문

Get-WinSystemLocale [ <CommonParameters>]

자세한 설명

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.

매개 변수

<CommonParameters>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • CultureInfo

    An object that identifies the current computer's system locale. For more information about the CultureInfo object, see CultureInfo Class.

예제

Example 1

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

PS C:\> GET-WinSystemLocale

관련 항목

Set-WinSystemLocale

Configurable Language and Cultural Settings