Get-WinCultureFromLanguageListOptOut

Get-WinCultureFromLanguageListOptOut

Gets the Culture (User Locale) from the language list opt-out setting for the current user account.

構文

Get-WinCultureFromLanguageListOptOut [ <CommonParameters>]

詳細説明

The Get-WinCultureFromLanguageListOptOut cmdlet gets the Culture (User Locale) override setting for the current user account. When set to TRUE, the Culture setting is not updated by changes to the Windows display language. When set the FALSE, the Culture setting can be reassigned to match the display language changes any time that the display language changes. The default setting is FALSE.

パラメーター

<CommonParameters>

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

入力

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

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • Boolean

    A Boolean value that reports the status of this setting.

Example 1

PS C:\> Get-WinCultureFromLanguageListOptOut

関連トピック

Set-WinCultureFromLanguageListOptOut