Get-WinCultureFromLanguageListOptOut
Gets the Culture from the language list opt-out setting for the current user account.
Syntax
Get-WinCultureFromLanguageListOptOut []
Description
The Get-WinCultureFromLanguageListOptOut cmdlet gets the Culture, or 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 to $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.
Examples
Example 1: Get the Culture override setting
PS C:\> Get-WinCultureFromLanguageListOptOut
This command gets the Culture override setting for the current user account.
Outputs
Boolean
This cmdlet returns a Boolean value that reports the status of this setting.