diff --git a/src/wp-login.php b/src/wp-login.php
index 0e13cc9112..31bbc4bfe3 100644
--- a/src/wp-login.php
+++ b/src/wp-login.php
@@ -312,58 +312,67 @@ function login_footer( $input_id = '' ) {
. ?>
-
-
-
-
-
-
+ if (
+ ! $interim_login &&
+ /**
+ * Filters the Languages select input activation on the login screen.
+ *
+ * @since 5.9.0
+ *
+ * @param bool Whether to display the Languages select input on the login screen.
+ */
+ apply_filters( 'display_login_language_dropdown', true )
+ ) {
+ $languages = get_available_languages();
+ if ( ! empty( $languages ) ) {
+ ?>
+
+
+
+
+