NAME
Get-WinLanguageBarOption
SYNOPSIS
Gets the language bar mode and language bar type for the current user account.SYNTAX
Get-WinLanguageBarOption [
] 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
This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, WarningVariable, OutBuffer, PipelineVariable, and OutVariable. For more information, see about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216). INPUTS
OUTPUTS
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 defaultinput 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).Example 1
PS C:\>Get-WinLanguageBarOptions
IsLegacyLanguageBar IsLegacySwitchingMode------------------- ---------------------
False False This command returns the current settings for the language bar options for the current user account.RELATED LINKS
Online Version: http://go.microsoft.com/fwlink/p/?linkid=287341Set-WinLanguageBarOption