Disable Login Page Language Switcher
Removes the language/locale dropdown displayed beneath the WordPress login form, keeping the page minimal for single-language sites.
PHPby SnipCraft
php
<?php
add_filter( 'login_display_language_dropdown', '__return_false' );#customization#language#login#ux