Set-Culture

Set-Culture

Sets the user culture for the current user account.

構文

Parameter Set: Default
Set-Culture [-CultureInfo] <CultureInfo> [ <CommonParameters>]

詳細説明

The Set-Culture cmdlet sets a specific culture (also known as a locale for unmanaged code development) for the current user account. The information includes the names for the culture, the writing system, the calendar, and formatting for dates and sort strings. For more information, see CultureInfo Class and Configurable Language and Cultural Settings.

パラメーター

-CultureInfo<CultureInfo>

エイリアス

なし

必須?

true

位置は?

1

既定値

なし

パイプライン入力を許可する

true (ByValue)

ワイルドカード文字を許可する

false

<CommonParameters>

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

Example 1

This command sets the culture for the current user account to German (Germany).

PS C:\> Set-Culture de-DE

関連トピック

GetCulture Class