Set-WinLanguageBarOption

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

Syntax

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

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.

Examples

Example 1: Set language bar options

PS C:\> Set-WinLanguageBarOption -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: Set language bar options to default values

PS C:\> Set-WinLanguageBarOption

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

Parameters

-UseLegacyLanguageBar

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

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-UseLegacySwitchMode

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

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False