Skip to content

Toggle language indicator

Turn off the language indicator while switching input sources.

Tested on macOS:

  • Sonoma

Parameter type: bool

Requirements

Set to true (default value)

Turn on the language indicator while switching input sources.

bash
defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled -bool "true"

Example output with value set to true

Set to false

Turn off the language indicator while switching input sources.

bash
defaults write kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled -bool "false"

Example output with value set to false

Read current value

bash
defaults read kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled

Reset to default value

bash
defaults delete kCFPreferencesAnyApplication TSMLanguageIndicatorEnabled