The Language bar does not consistently appear in published application.
book
Article ID: CTX572621
calendar_today
Updated On:
Description
- Some Published Applications, unable to switch between the languages using the Key combo Left ALT + Shift but sometimes the language bar appears and sometimes it does not.
- With the language bar the user can more easily change the languages and know which one is selected. This is also important in the case of Chinese languages because via the shift key you can change them from English to Chinese.
Resolution
Add below two powershell commands as logon script which will disable and enable the language bar for every logon
Set-WinLanguageBarOption -UseLegacyLanguageBar:$false
Set-WinLanguageBarOption -UseLegacyLanguageBar:$true
Refer:-https://learn.microsoft.com/en-us/powershell/module/international/set-winlanguagebaroption?view=windowsserver2022-ps
Was this article helpful?
thumb_up
Yes
thumb_down
No