Get-WinAcceptLanguageFromLanguageListOptOut

Applies To: Windows 8, Windows Server 2012

Get-WinAcceptLanguageFromLanguageListOptOut

Gets the HTTP Accept Language from the Language List opt-out setting for the current user account.

Syntax

Get-WinAcceptLanguageFromLanguageListOptOut [ <CommonParameters>]

Detailed Description

The Get-WinAcceptLanguageFromLanguageListOptOut cmdlet gets the HTTP Accept Language from Language List opt-out setting for the current user account. By default, the HTTP Accept Language List is automatically generated from the current user account’s language list.

When set to TRUE, this setting deletes the current content of the HTTP Accept Language registry key and prevents changes to the language list from reestablishing the key. When set to FALSE, this setting reestablishes the HTTP Accept Language List that is based on the language list for the current user account.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • Boolean

    A Boolean value that reports the status of the HTTP Accept Language from Language List opt-out setting for the current user account.

Examples

Example 1

This command returns the status of the HTTP Accept Language from Language List opt-out setting for the current user account.

PS C:\> Get-WinAcceptLanguageFromLanguageListOptOut
TRUE

Set-WinAcceptLanguageFromLanguageListOptOut

Get-WinUserLanguageList