Get-WinCultureFromLanguageListOptOut

Get-WinCultureFromLanguageListOptOut

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

Sintaxis

Get-WinCultureFromLanguageListOptOut [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • Boolean

    A Boolean value that reports the status of this setting.

Ejemplos

Example 1

PS C:\> Get-WinCultureFromLanguageListOptOut

Temas relacionados

Set-WinCultureFromLanguageListOptOut