{"id":62720,"date":"2024-02-13T10:23:13","date_gmt":"2024-02-13T15:23:13","guid":{"rendered":"https:\/\/memberpress.com\/docs\/how-to-force-admin-to-english-after-auto-translations\/"},"modified":"2024-05-20T14:30:42","modified_gmt":"2024-05-20T18:30:42","slug":"how-to-force-admin-to-english-after-auto-translations","status":"publish","type":"ht_kb","link":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/","title":{"rendered":"C\u00f3mo forzar la traducci\u00f3n autom\u00e1tica de Admin al ingl\u00e9s"},"content":{"rendered":"<p><\/p>\n<p>Para forzar el uso exclusivo del ingl\u00e9s en la pantalla de administraci\u00f3n, ya sea para todos los usuarios con acceso a las pantallas de administraci\u00f3n o solo para usuarios individuales, siga el proceso que se describe a continuaci\u00f3n. Necesitar\u00e1 acceder a los archivos de su servidor a trav\u00e9s de CPanel, FTP\/SFTP o un complemento de gesti\u00f3n de archivos.<\/p>\n<div class=\"callout\">\n<p><em>Nota: Esta soluci\u00f3n est\u00e1 formulada a partir de la informaci\u00f3n y el c\u00f3digo que se encuentran aqu\u00ed:\u00a0<\/em><a href=\"https:\/\/developer.wordpress.org\/reference\/hooks\/locale\/\">https:\/\/developer.wordpress.org\/reference\/hooks\/locale\/<\/a><\/p>\n<\/div>\n<ol>\n<li>En wp-content\/plugins crea una carpeta y ll\u00e1mala english-only-admin<\/li>\n<li>En la nueva carpeta cree un archivo llamado english-only-admin.php<\/li>\n<li>\n<p>Para forzar el ingl\u00e9s para todos los usuarios administradores, copie el c\u00f3digo de aqu\u00ed y p\u00e9guelo en el archivo: <a href=\"https:\/\/developer.wordpress.org\/reference\/hooks\/locale\/#comment-content-1826\">https:\/\/developer.wordpress.org\/reference\/hooks\/locale\/#comment-content-1826<\/a><\/p>\n<p><\/p>\n<p>Si desea forzar el idioma s\u00f3lo para usuarios espec\u00edficos, utilice la versi\u00f3n del c\u00f3digo siguiente. Sustituya ### por el identificador del usuario administrador, o por una lista de identificadores de usuario separados por comas.\u00a0<\/p>\n<\/li>\n<\/ol>\n<pre><p>&lt;?php<\/p><p>\/*<\/p><p>Nombre del Plugin: Admin s\u00f3lo en ingl\u00e9s<\/p><p>Plugin URI: <a href=\"http:\/\/your-domain.com\">http:\/\/your-domain.com<\/a><\/p><p>Descripci\u00f3n: Forzar Ingl\u00e9s (en_US) en la administraci\u00f3n de WordPress<\/p><p>Versi\u00f3n: 1.0<\/p><p>Autor: Usted<\/p><p>URI del autor: http:\/\/your-domain.comText <\/p><p>Dominio: englishonlyadmin<\/p><p>*\/<\/p><p><\/p><p>\/\/ impedir el acceso directo<\/p><p>if ( ! defined( 'WPINC' ) ) {<\/p><p>    morir;<\/p><p>}<\/p><p>if ( ! function_exists( 'uniquePrefix_force_english_only_admin' ) ) {    <\/p><p>\/**     <\/p><p> * Anular la configuraci\u00f3n regional del administrador para forzar el ingl\u00e9s (en_US).     <\/p><p> *     <\/p><p> * @param string $locale Configuraci\u00f3n regional actual.     <\/p><p> *     <\/p><p> * @return string English (en_US) locale if in Admin, configured locale otherwise.<\/p><p> *\/<\/p><p>    function uniquePrefix_force_english_only_admin( $locale ) {<\/p><p>\t$english_users = array( ### ); \/\/REPLACE ### con el id de usuario, o una lista separada por comas de ids de usuario<\/p><p>        \/\/ detectar cuando estamos en el panel de administraci\u00f3n y forzar el ingl\u00e9s<\/p><p>        if ( is_admin() ) {<\/p><p> \t    $u = get_current_user_id();<\/p><p>  \t    if( $u &amp;&amp; in_array( $u, $english_users ) ) {<\/p><p>\t        $locale = 'en_US';<\/p><p>\t    }<\/p><p>        }<\/p><p>        return $locale;<\/p><p>    }<\/p><p>    add_filter( 'locale', 'uniquePrefix_force_english_only_admin', 99999, 1 );<\/p><p>}\t<\/p><\/pre>\n<ol start=\"4\">\n<li>Guardar el archivo<\/li>\n<li>Ve al panel de control de WordPress -&gt; Pantalla de plugins.<\/li>\n<li>Activar el plugin English Only Admin<\/li>\n<\/ol>","protected":false},"excerpt":{"rendered":"<p>Aprenda a mantener su interfaz de administraci\u00f3n de WordPress en ingl\u00e9s incluso despu\u00e9s de las auto-traducciones. Sigue nuestros sencillos pasos.<\/p>","protected":false},"author":62252,"comment_status":"open","ping_status":"closed","template":"","format":"standard","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"_strive_editorial_status":"not-started","_strive_copy_of":0,"inline_featured_image":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","_FSMCFIC_featured_image_caption":"","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","_strive_checklists":"\"\"","_strive_active_checklist":"62291e2bb2422","footnotes":""},"ht-kb-category":[1324],"ht-kb-tag":[],"class_list":{"0":"post-62720","1":"ht_kb","2":"type-ht_kb","3":"status-publish","4":"format-standard","6":"ht_kb_category-translating-memberpress","7":"entry"},"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.5.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"Learn how to force the WordPress admin interface to remain in English. Step-by-step instructions for consistent admin language settings.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Nikola M\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.5.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"es_ES\" \/>\n\t\t<meta property=\"og:site_name\" content=\"MemberPress\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to Force Admin to English after Auto Translations | MemberPress\" \/>\n\t\t<meta property=\"og:description\" content=\"Learn how to force the WordPress admin interface to remain in English. Step-by-step instructions for consistent admin language settings.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1650\" \/>\n\t\t<meta property=\"og:image:height\" content=\"1275\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2024-02-13T15:23:13+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-05-20T18:30:42+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/memberpress\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@memberpress\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to Force Admin to English after Auto Translations | MemberPress\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Learn how to force the WordPress admin interface to remain in English. Step-by-step instructions for consistent admin language settings.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#article\",\"name\":\"How to Force Admin to English after Auto Translations | MemberPress\",\"headline\":\"How to Force Admin to English after Auto Translations\",\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#articleImage\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"datePublished\":\"2024-02-13T10:23:13-05:00\",\"dateModified\":\"2024-05-20T14:30:42-04:00\",\"inLanguage\":\"es-ES\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#webpage\"},\"articleSection\":\"Translating MemberPress\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/general\\\/#listItem\",\"position\":2,\"name\":\"General\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/general\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/translating-memberpress\\\/#listItem\",\"name\":\"Translating MemberPress\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/translating-memberpress\\\/#listItem\",\"position\":3,\"name\":\"Translating MemberPress\",\"item\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/translating-memberpress\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#listItem\",\"name\":\"How to Force Admin to English after Auto Translations\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/general\\\/#listItem\",\"name\":\"General\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#listItem\",\"position\":4,\"name\":\"How to Force Admin to English after Auto Translations\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/doc-categories\\\/translating-memberpress\\\/#listItem\",\"name\":\"Translating MemberPress\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/uploads\\\/2022\\\/10\\\/mp-icon-RGB_Icon-01.jpg\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#organizationLogo\",\"width\":1650,\"height\":1275,\"caption\":\"memberpress logo icon\"},\"image\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/memberpress\\\/\",\"https:\\\/\\\/www.pinterest.com\\\/memberpressplugin\\\/\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/MemberPressPlugin\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/memberpress\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/\",\"name\":\"Nikola M\",\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/memberpress.com\\\/wp-content\\\/litespeed\\\/avatar\\\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775745920\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#webpage\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/\",\"name\":\"How to Force Admin to English after Auto Translations | MemberPress\",\"description\":\"Learn how to force the WordPress admin interface to remain in English. Step-by-step instructions for consistent admin language settings.\",\"inLanguage\":\"es-ES\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/docs\\\/how-to-force-admin-to-english-after-auto-translations\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/blog\\\/author\\\/nikolacaseproof-com\\\/#author\"},\"datePublished\":\"2024-02-13T10:23:13-05:00\",\"dateModified\":\"2024-05-20T14:30:42-04:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/memberpress.com\\\/es\\\/\",\"name\":\"MemberPress\",\"description\":\"The All-In-One WordPress Membership Plugin\",\"inLanguage\":\"es-ES\",\"publisher\":{\"@id\":\"https:\\\/\\\/memberpress.com\\\/es\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>How to Force Admin to English after Auto Translations | MemberPress<\/title>\n\n","aioseo_head_json":{"title":"C\u00f3mo Forzar Admin a Ingl\u00e9s despu\u00e9s de Auto Traducciones | MemberPress","description":"Aprende a forzar que la interfaz de administraci\u00f3n de WordPress permanezca en ingl\u00e9s. Instrucciones paso a paso para una configuraci\u00f3n coherente del idioma de administraci\u00f3n.","canonical_url":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#article","name":"How to Force Admin to English after Auto Translations | MemberPress","headline":"How to Force Admin to English after Auto Translations","author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/es\/#articleImage","width":1650,"height":1275,"caption":"memberpress logo icon"},"datePublished":"2024-02-13T10:23:13-05:00","dateModified":"2024-05-20T14:30:42-04:00","inLanguage":"es-ES","mainEntityOfPage":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#webpage"},"isPartOf":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#webpage"},"articleSection":"Translating MemberPress"},{"@type":"BreadcrumbList","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","position":1,"name":"Home","item":"https:\/\/memberpress.com\/es","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/general\/#listItem","position":2,"name":"General","item":"https:\/\/memberpress.com\/es\/doc-categories\/general\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/translating-memberpress\/#listItem","name":"Translating MemberPress"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/translating-memberpress\/#listItem","position":3,"name":"Translating MemberPress","item":"https:\/\/memberpress.com\/es\/doc-categories\/translating-memberpress\/","nextItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#listItem","name":"How to Force Admin to English after Auto Translations"},"previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/general\/#listItem","name":"General"}},{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#listItem","position":4,"name":"How to Force Admin to English after Auto Translations","previousItem":{"@type":"ListItem","@id":"https:\/\/memberpress.com\/es\/doc-categories\/translating-memberpress\/#listItem","name":"Translating MemberPress"}}]},{"@type":"Organization","@id":"https:\/\/memberpress.com\/es\/#organization","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","url":"https:\/\/memberpress.com\/es\/","logo":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#organizationLogo","width":1650,"height":1275,"caption":"memberpress logo icon"},"image":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/memberpress\/","https:\/\/www.pinterest.com\/memberpressplugin\/","https:\/\/www.youtube.com\/c\/MemberPressPlugin","https:\/\/www.linkedin.com\/company\/memberpress\/"]},{"@type":"Person","@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author","url":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/","name":"Nikola M","image":{"@type":"ImageObject","url":"https:\/\/memberpress.com\/wp-content\/litespeed\/avatar\/1edf820c48f9c430f380efe81887b154.jpg?ver=1775745920"}},{"@type":"WebPage","@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#webpage","url":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/","name":"How to Force Admin to English after Auto Translations | MemberPress","description":"Learn how to force the WordPress admin interface to remain in English. Step-by-step instructions for consistent admin language settings.","inLanguage":"es-ES","isPartOf":{"@id":"https:\/\/memberpress.com\/es\/#website"},"breadcrumb":{"@id":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/#breadcrumblist"},"author":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"creator":{"@id":"https:\/\/memberpress.com\/es\/blog\/author\/nikolacaseproof-com\/#author"},"datePublished":"2024-02-13T10:23:13-05:00","dateModified":"2024-05-20T14:30:42-04:00"},{"@type":"WebSite","@id":"https:\/\/memberpress.com\/es\/#website","url":"https:\/\/memberpress.com\/es\/","name":"MemberPress","description":"The All-In-One WordPress Membership Plugin","inLanguage":"es-ES","publisher":{"@id":"https:\/\/memberpress.com\/es\/#organization"}}]},"og:locale":"es_ES","og:site_name":"MemberPress","og:type":"article","og:title":"How to Force Admin to English after Auto Translations | MemberPress","og:description":"Learn how to force the WordPress admin interface to remain in English. Step-by-step instructions for consistent admin language settings.","og:url":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/","og:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:secure_url":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg","og:image:width":1650,"og:image:height":1275,"article:published_time":"2024-02-13T15:23:13+00:00","article:modified_time":"2024-05-20T18:30:42+00:00","article:publisher":"https:\/\/www.facebook.com\/memberpress\/","twitter:card":"summary_large_image","twitter:site":"@memberpress","twitter:title":"How to Force Admin to English after Auto Translations | MemberPress","twitter:description":"Learn how to force the WordPress admin interface to remain in English. Step-by-step instructions for consistent admin language settings.","twitter:image":"https:\/\/memberpress.com\/wp-content\/uploads\/2022\/10\/mp-icon-RGB_Icon-01.jpg"},"aioseo_meta_data":{"post_id":"62720","title":null,"description":"Aprende a forzar que la interfaz de administraci\u00f3n de WordPress permanezca en ingl\u00e9s. Instrucciones paso a paso para una configuraci\u00f3n coherente del idioma de administraci\u00f3n.","keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2025-10-09 22:08:48","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"open_ai":"{\"title\":{\"suggestions\":[],\"usage\":0},\"description\":{\"suggestions\":[],\"usage\":0}}","ai":null,"created":"2024-02-13 15:23:13","updated":"2026-03-03 14:52:41"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/general\/\" title=\"General\">General<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/memberpress.com\/es\/doc-categories\/translating-memberpress\/\" title=\"Translating MemberPress\">Translating MemberPress<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tHow to Force Admin to English after Auto Translations\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/memberpress.com\/es"},{"label":"General","link":"https:\/\/memberpress.com\/es\/doc-categories\/general\/"},{"label":"Translating MemberPress","link":"https:\/\/memberpress.com\/es\/doc-categories\/translating-memberpress\/"},{"label":"How to Force Admin to English after Auto Translations","link":"https:\/\/memberpress.com\/es\/docs\/how-to-force-admin-to-english-after-auto-translations\/"}],"_links":{"self":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/62720","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb"}],"about":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/types\/ht_kb"}],"author":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/users\/62252"}],"replies":[{"embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/comments?post=62720"}],"version-history":[{"count":0,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb\/62720\/revisions"}],"wp:attachment":[{"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/media?parent=62720"}],"wp:term":[{"taxonomy":"ht_kb_category","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-category?post=62720"},{"taxonomy":"ht_kb_tag","embeddable":true,"href":"https:\/\/memberpress.com\/es\/wp-json\/wp\/v2\/ht-kb-tag?post=62720"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}