Set-WinLanguageBarOption

Set-WinLanguageBarOption

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

Syntax

Parameter Set: Default
Set-WinLanguageBarOption [-UseLegacyLanguageBar] [-UseLegacySwitchMode] [ <CommonParameters>]

Detailed 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.

Parameters

-UseLegacyLanguageBar

Indicates that this operation sets the language bar mode to the legacy setting. If you do not specify this parameter, the language bar mode is set to its default.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-UseLegacySwitchMode

Indicates that this operation sets the language bar switch mode to the legacy or per-thread setting. If you do not specify this parameter, the language bar switch mode is set to the default or per-user setting.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<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).

Examples

Example 1: Set the language bar mode and language bar type

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

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

Example 2: Set the language bar mode and language bar type to default values

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

PS C:\> Set-WinLanguageBarOptions

Get-WinLanguageBarOption