WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by Rick Curran v1.0.1

Disable Login Language Selector

Remove the language selector from the login screen if you have more than one language enabled in WordPress 5.9 and later.

Disable Login Language Selector

The facts

Rating
5★ from 3
Active installs
1k+
Price
Free
Last updated
30 Jan 2026
Added
Jan 2022
Requires WP
5.9
Tested up to
WP 6.9.7
Requires PHP
5.6
Downloads
6,979

Our analysis

AI-assisted

Disable Login Language Selector is a WordPress plugin that removes the language selector dropdown from the login screen. This feature is useful for sites that do not require multiple language options for user login. You simply install and activate the plugin to prevent the language dropdown from appearing.

Best for: This plugin is suitable for WordPress sites that do not need multilingual login options.

What it does well

  • Removes language selector from login screen
  • Easy to install and activate
  • No coding required for basic functionality

Where it falls short

  • Limited to removing the language dropdown only
  • Functionality is simple and may not suit all users

Verdict

This plugin serves a specific purpose for WordPress users looking to streamline their login process by eliminating unnecessary options.

From the developer

Rick Curran's own description of Disable Login Language Selector, lightly tidied.

WordPress 5.9 added a new language selector to allow users to switch languages from a dropdown on the login screen if more than one language is enabled on your WordPress installation. This plugin provides a quick and easy way to prevent this language selector from appearing.

It is a very simple plugin which is provided for ease of use: you need only to install and activate the plugin and it will prevent the language dropdown from appearing on the login screen of your site.

Alternatively, you can also achieve the same effect by adding the following line of code to the functions.php file in your theme:

add_filter( 'login_display_language_dropdown', '__return_false' );

Read the full description on the official page →

Tagged as