PowerShell Logo Small

Set-WinLanguageBarOption



This is the built-in help made by Microsoft for the command 'Set-WinLanguageBarOption', in PowerShell version 3 - as retrieved from Windows version 'Microsoft Windows Server 2012 Standard' PowerShell help files on 2016-06-23.

For PowerShell version 3 and up, where you have Update-Help, this command was run just before creating the web pages from the help files.

SYNOPSIS

Sets the language bar type and mode for the current user account.

SYNTAX


Set-WinLanguageBarOption [-UseLegacyLanguageBar [<SwitchParameter>]] [-UseLegacySwitchMode [<SwitchParameter>]] [<CommonParameters>]



Search powershellhelp.space

DESCRIPTION


The Set-WinLanguageBarOption cmdlet sets the language bar type and mode by using a LanguageBar object. The values for the type and mode
settings can be either true or false. The default value for each setting is false.



<

RELATED LINKS

Online Version:
Get-WinLanguageBarOption

REMARKS

<

Examples


Example 1

PS C:\> Set-WinLanguageBarOptions -UseLegacySwitchMode -UseLegacyLanguageBar



This command sets the language bar mode to the legacy setting and the language bar type to the per-thread setting.




Example 2

PS C:\> Set-WinLanguageBarOptions



This command sets the language bar mode and the language bar type to the default setting.