//Disable the Language Switcher on WordPress Login
add_filter( 'login_display_language_dropdown', '__return_false' );