Set-WinSystemLocale

Set-WinSystemLocale

Sets the system locale (the language for non-Unicode programs) for the current computer.

구문

Parameter Set: Default
Set-WinSystemLocale [-SystemLocale] <CultureInfo> [ <CommonParameters>]

자세한 설명

The System-locale setting determines which code pages (ANSI, DOS, and Macintosh) the system uses by default. If you change the System-locale setting, the necessary bitmap font files are installed to support legacy applications in the selected language. Note that because this is a system setting, this can only be changed by a user with Administrator permissions, and changes do not take effect until the computer is restarted.

매개 변수

-SystemLocale<CultureInfo>

별칭

없음

필수 여부

true

위치

1

기본값

없음

파이프라인 입력 적용 여부

true (ByValue)

와일드카드 문자 허용 여부

false

<CommonParameters>

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

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

  • CultureInfo

    An object that contains a BCP-47 tag to specify the system locale for the current computer. For more information about the CultureInfo object, see CultureInfo Class.

예제

Example 1

This command sets the system locale to Japanese (Japan).

PS C:\> Set-WinSystemLocale ja-JP

관련 항목

Get-WinSystemLocale

Configurable Language and Cultural Settings