Get-WinLanguageBarOption

Get-WinLanguageBarOption

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

Sintaxis

Get-WinLanguageBarOption [ <CommonParameters>]

Descripción detallada

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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

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

Ejemplos

Example 1

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

PS C:\> Get-WinLanguageBarOptions

Temas relacionados

Set-WinLanguageBarOption