Get-WinLanguageBarOption

Get-WinLanguageBarOption

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

Syntax

Get-WinLanguageBarOption [ <CommonParameters>]

Detailed Description

The Get-WinLanguageBarOption cmdlet gets 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

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

Outputs

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

  • LanguageBar

    A string that reports the language bar mode and type. Possible values are the following:

    -- IsLegacyLanguageBar. When this setting is set to true, the desktop language bar is used (where available). When this setting is set to false, the modem input switcher is used (recommended).
    -- IsLegacySwitchingMode. When this setting is set to $True, the current input method (keyboard layout or input method editor (IME)) is selected for the current application only. When new applications start, the default input method is selected (see Get-WinDefaultInputMethodOverride). When this setting is set to $False, the input method is selected for all applications and changes only when the user actively switches input methods (recommended).

Examples

Example 1: Get the language bar options for the current user

This command returns the settings for the language bar options for the current user account.

PS C:\> Get-WinLanguageBarOptions

Set-WinLanguageBarOption