Introduction
Recent versions of macOS (I'm not certain about the first one to introduce this feature) have brought a new language switcher. Previously, users could switch languages by pressing the globe key (unless they had changed the shortcut in their settings). In this article, we will discuss how to bring back the old language switcher in macOS.
Prerequisites
Before we begin, make sure you have the following:
- A Mac running macOS
- A basic understanding of the Terminal application
Steps
Follow these steps to bring back the old language switcher:
-
Open Terminal
To open Terminal, go to Applications > Utilities > Terminal. Alternatively, you can use Spotlight search.
-
Enter the Command
Type the following command and press Enter:
sudo nvram com.apple.menuextra.clover.apple.language.show=1Note: This command might not work on all versions of macOS. If it doesn't, try the next step.
-
Create a Plist File
If the previous command doesn't work, create a plist file:
- Create a new file called "com.apple.menuextra.clover.apple.language.plist" in the following directory:
~/Library/Preferences/You can create the file using any text editor, such as TextEdit or Sublime Text.
Add the following content to the file:
com.apple.menuextra.clover.apple.language
Conclusion
Congratulations! You have successfully brought back the old language switcher in macOS. Now you can switch languages using the globe key again.