{"id":1589,"date":"2022-03-02T12:48:50","date_gmt":"2022-03-02T07:18:50","guid":{"rendered":"https:\/\/hostkicker.com\/blog\/?p=1589"},"modified":"2022-05-17T11:38:33","modified_gmt":"2022-05-17T06:08:33","slug":"how-to-disable-the-language-switcher-on-wordpress-login-screen","status":"publish","type":"post","link":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/","title":{"rendered":"How to Disable the Language Switcher on WordPress Login Screen"},"content":{"rendered":"<p><span data-preserver-spaces=\"true\">Are you willing to disable the language switcher on your WordPress login screen?<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">When you disable the language switcher, your default language becomes the only option for logging in.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">However, users can still change the language in their profile settings.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">This post will explain how to disable the language switcher on the WordPress login screen.<\/span><\/p>\n<h4><span data-preserver-spaces=\"true\">Why Disable the Language Switcher on WordPress?<\/span><\/h4>\n<p><span data-preserver-spaces=\"true\">WordPress 5.9 comes with a new login option that allows users to select a language while logging into the website.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">This option appears when there is more than one active language on the site.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-1590\" src=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/language-switcher-example.png\" alt=\"\" width=\"680\" height=\"279\" srcset=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/language-switcher-example.png 680w, https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/language-switcher-example-300x123.png 300w\" sizes=\"auto, (max-width: 680px) 100vw, 680px\" \/><\/p>\n<p><span data-preserver-spaces=\"true\">This helps for multilingual websites with different users who may need to access the WordPress dashboard in a different language. They can easily select the language from the drop-down menu.\u00a0<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">However, if you and your users don&#8217;t need to switch languages frequently and you want to keep your login page simple, then you can easily disable the language switcher. In addition, this gives you more control over your custom login page appearance.<\/span><\/p>\n<p><strong><span data-preserver-spaces=\"true\">Note:<\/span><\/strong><span data-preserver-spaces=\"true\">\u00a0The language selector does not make your WordPress website multilingual. It only translates the WordPress login &amp; password reset page and the WordPress dashboard to the selected language.\u00a0<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">We will explain two easy and simple methods to disable the language switcher on the WordPress site. You can use the one that suits you most.<\/span><\/p>\n<h4><span data-preserver-spaces=\"true\">Method 1. Disabling the Language Switcher on WordPress using a WordPress Plugin<\/span><\/h4>\n<p><span data-preserver-spaces=\"true\">To easily disable the WordPress language switcher on the login screen, you can use the\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/wordpress.org\/plugins\/disable-login-language-switcher\/\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">Disable Login Language Switcher<\/span><\/a><span data-preserver-spaces=\"true\">\u00a0plugin.\u00a0<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1592\" src=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/screencapture-wordpress-org-plugins-search-Disable-Login-Language-Switcher-2022-03-01-13_07_02-edit.jpg\" alt=\"\" width=\"682\" height=\"317\" srcset=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/screencapture-wordpress-org-plugins-search-Disable-Login-Language-Switcher-2022-03-01-13_07_02-edit.jpg 1236w, https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/screencapture-wordpress-org-plugins-search-Disable-Login-Language-Switcher-2022-03-01-13_07_02-edit-300x140.jpg 300w, https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/screencapture-wordpress-org-plugins-search-Disable-Login-Language-Switcher-2022-03-01-13_07_02-edit-1024x476.jpg 1024w, https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/screencapture-wordpress-org-plugins-search-Disable-Login-Language-Switcher-2022-03-01-13_07_02-edit-768x357.jpg 768w\" sizes=\"auto, (max-width: 682px) 100vw, 682px\" \/><\/p>\n<p><span data-preserver-spaces=\"true\">To start with this plugin, you have to install and activate it first. You can see our step-by-step tutorial on\u00a0<\/span><a class=\"editor-rtfLink\" href=\"https:\/\/hostkicker.com\/blog\/how-to-install-a-wordpress-plugin\" target=\"_blank\" rel=\"noopener\"><span data-preserver-spaces=\"true\">how to install a WordPress plugin<\/span><\/a><span data-preserver-spaces=\"true\">\u00a0for more details.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">After activation, you don&#8217;t have to configure any settings. The plugin will remove the language switcher option itself.\u00a0<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">Now, whenever you visit your WordPress login screen, you&#8217;ll notice a standard login screen without the option of the language switcher.<\/span><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-1591\" src=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/standard-wordpress-login-screen.png\" alt=\"\" width=\"739\" height=\"237\" srcset=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/standard-wordpress-login-screen.png 680w, https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/standard-wordpress-login-screen-300x96.png 300w\" sizes=\"auto, (max-width: 739px) 100vw, 739px\" \/><\/p>\n<h4><span data-preserver-spaces=\"true\">Method 2. Disabling the Language Switcher on WordPress using a code<\/span><\/h4>\n<p><span data-preserver-spaces=\"true\">The other way to disable the language switcher on WordPress is by adding code to your function.php.\u00a0<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">If you don&#8217;t know how to code, we suggest you use the above method.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">However, if you want to go with this method, you have to add the following code snippet to your functions.php file or use a code snippets plugin on your site.\u00a0<\/span><\/p>\n<pre><span data-preserver-spaces=\"true\"> add_filter( 'login_display_language_dropdown', '__return_false' );<\/span><\/pre>\n<p><span data-preserver-spaces=\"true\">After adding the code, the language switcher on your WordPress website will be disabled.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">Now, when you go to your login page, the language switcher option will be disappeared.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">If you need the language switcher option in the future, then just remove the line of code you added.<\/span><\/p>\n<p><strong><span data-preserver-spaces=\"true\">To conclude-<\/span><\/strong><span data-preserver-spaces=\"true\">\u00a0WordPress 5.9 comes with a new login option that allows users to select a language while logging into the website. If you want a standard screen, you can easily remove the option by using a plugin or code.<\/span><\/p>\n<p><span data-preserver-spaces=\"true\">We hope this post helped you disable the language switcher on the WordPress login screen.\u00a0<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Are you willing to disable the language switcher on your WordPress login screen? When you disable the language switcher, your default language becomes the only option for logging in. However, users can still change the language in their profile settings. This post will explain how to disable the language switcher on the WordPress login screen. [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":1599,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1589","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wp-tutorials"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v19.3 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>How to Disable the Language Switcher on WordPress Login Screen<\/title>\n<meta name=\"description\" content=\"You can use the\u00a0Disable Login Language Switcher\u00a0plugin or edit your function.php file to Disable the Language Switcher on WordPress Login Screen. Read the...\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Disable the Language Switcher on WordPress Login Screen\" \/>\n<meta property=\"og:description\" content=\"You can use the\u00a0Disable Login Language Switcher\u00a0plugin or edit your function.php file to Disable the Language Switcher on WordPress Login Screen. Read the...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/\" \/>\n<meta property=\"og:site_name\" content=\"Hostkicker\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-02T07:18:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-05-17T06:08:33+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/MicrosoftTeams-image-51.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2888\" \/>\n\t<meta property=\"og:image:height\" content=\"2130\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Olivia Smith\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Olivia Smith\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":[\"Article\",\"BlogPosting\"],\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/\"},\"author\":{\"name\":\"Olivia Smith\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/person\\\/f06306b595baa96c90a0491b941d7660\"},\"headline\":\"How to Disable the Language Switcher on WordPress Login Screen\",\"datePublished\":\"2022-03-02T07:18:50+00:00\",\"dateModified\":\"2022-05-17T06:08:33+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/\"},\"wordCount\":510,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/MicrosoftTeams-image-51.png\",\"articleSection\":[\"Wp tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/\",\"name\":\"How to Disable the Language Switcher on WordPress Login Screen\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/MicrosoftTeams-image-51.png\",\"datePublished\":\"2022-03-02T07:18:50+00:00\",\"dateModified\":\"2022-05-17T06:08:33+00:00\",\"description\":\"You can use the\u00a0Disable Login Language Switcher\u00a0plugin or edit your function.php file to Disable the Language Switcher on WordPress Login Screen. Read the...\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/#primaryimage\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/MicrosoftTeams-image-51.png\",\"contentUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/MicrosoftTeams-image-51.png\",\"width\":2888,\"height\":2130,\"caption\":\"You can use the\u00a0Disable Login Language Switcher\u00a0plugin or edit your function.php file to Disable the Language Switcher on WordPress Login Screen\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/how-to-disable-the-language-switcher-on-wordpress-login-screen\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Disable the Language Switcher on WordPress Login Screen\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\",\"name\":\"Hostkicker\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#organization\",\"name\":\"Hostkicker\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-logo-01.png\",\"contentUrl\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/12\\\/hostkicker-logo-01.png\",\"width\":940,\"height\":218,\"caption\":\"Hostkicker\"},\"image\":{\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/#\\\/schema\\\/person\\\/f06306b595baa96c90a0491b941d7660\",\"name\":\"Olivia Smith\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g\",\"caption\":\"Olivia Smith\"},\"url\":\"https:\\\/\\\/hostkicker.com\\\/blog\\\/author\\\/olivia\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"How to Disable the Language Switcher on WordPress Login Screen","description":"You can use the\u00a0Disable Login Language Switcher\u00a0plugin or edit your function.php file to Disable the Language Switcher on WordPress Login Screen. Read the...","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/","og_locale":"en_US","og_type":"article","og_title":"How to Disable the Language Switcher on WordPress Login Screen","og_description":"You can use the\u00a0Disable Login Language Switcher\u00a0plugin or edit your function.php file to Disable the Language Switcher on WordPress Login Screen. Read the...","og_url":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/","og_site_name":"Hostkicker","article_published_time":"2022-03-02T07:18:50+00:00","article_modified_time":"2022-05-17T06:08:33+00:00","og_image":[{"width":2888,"height":2130,"url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/MicrosoftTeams-image-51.png","type":"image\/png"}],"author":"Olivia Smith","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Olivia Smith","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":["Article","BlogPosting"],"@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/#article","isPartOf":{"@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/"},"author":{"name":"Olivia Smith","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/person\/f06306b595baa96c90a0491b941d7660"},"headline":"How to Disable the Language Switcher on WordPress Login Screen","datePublished":"2022-03-02T07:18:50+00:00","dateModified":"2022-05-17T06:08:33+00:00","mainEntityOfPage":{"@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/"},"wordCount":510,"commentCount":0,"publisher":{"@id":"https:\/\/hostkicker.com\/blog\/#organization"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/#primaryimage"},"thumbnailUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/MicrosoftTeams-image-51.png","articleSection":["Wp tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/","url":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/","name":"How to Disable the Language Switcher on WordPress Login Screen","isPartOf":{"@id":"https:\/\/hostkicker.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/#primaryimage"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/#primaryimage"},"thumbnailUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/MicrosoftTeams-image-51.png","datePublished":"2022-03-02T07:18:50+00:00","dateModified":"2022-05-17T06:08:33+00:00","description":"You can use the\u00a0Disable Login Language Switcher\u00a0plugin or edit your function.php file to Disable the Language Switcher on WordPress Login Screen. Read the...","breadcrumb":{"@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/#primaryimage","url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/MicrosoftTeams-image-51.png","contentUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/MicrosoftTeams-image-51.png","width":2888,"height":2130,"caption":"You can use the\u00a0Disable Login Language Switcher\u00a0plugin or edit your function.php file to Disable the Language Switcher on WordPress Login Screen"},{"@type":"BreadcrumbList","@id":"https:\/\/hostkicker.com\/blog\/how-to-disable-the-language-switcher-on-wordpress-login-screen\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/hostkicker.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Disable the Language Switcher on WordPress Login Screen"}]},{"@type":"WebSite","@id":"https:\/\/hostkicker.com\/blog\/#website","url":"https:\/\/hostkicker.com\/blog\/","name":"Hostkicker","description":"Blog","publisher":{"@id":"https:\/\/hostkicker.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/hostkicker.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/hostkicker.com\/blog\/#organization","name":"Hostkicker","url":"https:\/\/hostkicker.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-logo-01.png","contentUrl":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2021\/12\/hostkicker-logo-01.png","width":940,"height":218,"caption":"Hostkicker"},"image":{"@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/hostkicker.com\/blog\/#\/schema\/person\/f06306b595baa96c90a0491b941d7660","name":"Olivia Smith","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/24a6b2466362238ad275f97a2f2fc49ce8d139c034114d6b9c52de1b12ebf1bd?s=96&d=mm&r=g","caption":"Olivia Smith"},"url":"https:\/\/hostkicker.com\/blog\/author\/olivia\/"}]}},"jetpack_featured_media_url":"https:\/\/hostkicker.com\/blog\/wp-content\/uploads\/2022\/03\/MicrosoftTeams-image-51.png","_links":{"self":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/1589","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/comments?post=1589"}],"version-history":[{"count":1,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/1589\/revisions"}],"predecessor-version":[{"id":1593,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/posts\/1589\/revisions\/1593"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/media\/1599"}],"wp:attachment":[{"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/media?parent=1589"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/categories?post=1589"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/hostkicker.com\/blog\/wp-json\/wp\/v2\/tags?post=1589"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}