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>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

  • 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