Get-WinCultureFromLanguageListOptOut

Get-WinCultureFromLanguageListOptOut

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

Syntax

Get-WinCultureFromLanguageListOptOut [ <CommonParameters>]

Detailed Description

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.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

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

  • Boolean

    A Boolean value that reports the status of this setting.

Examples

Example 1: Get the Culture (User Locale) for the current user

This command gets the Culture (User Locale) for the current user.

PS C:\> Get-WinCultureFromLanguageListOptOut

Set-WinCultureFromLanguageListOptOut