Title: Change Interface language
Last modified: August 19, 2016

---

# Change Interface language

 *  [nicole2009](https://wordpress.org/support/users/nicole2009/)
 * (@nicole2009)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/change-interface-language/)
 * I have changed the blog language but I would like to keep the interface language
   English (it changed automatically).
    I read the instructions here on how to do
   it: [http://en.support.wordpress.com/language-settings/](http://en.support.wordpress.com/language-settings/)
 * According to this under Users > Personal Settings it should say languages but
   it doesn’t on my blog.
 * Any help will be much appreciated!!!!

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/change-interface-language/#post-1889230)
 * Put this in your theme’s functions.php:
 *     ```
       function admin_in_english_locale( $locale ) {
       	if ( is_admin() || false !== strpos($_SERVER['REQUEST_URI'], '/wp-includes/js/tinymce/tiny_mce_config.php')
       		|| false !== strpos($_SERVER['REQUEST_URI'], '/wp-login.php' ) ) {
       		return 'en_US';
       	}
       	return $locale;
       }
       add_filter( 'locale', 'admin_in_english_locale' );
       ```
   
 * or use this plugin: [http://wordpress.org/extend/plugins/admin-in-english/](http://wordpress.org/extend/plugins/admin-in-english/)
 *  [Ahmad Bagadood](https://wordpress.org/support/users/tawqee3/)
 * (@tawqee3)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/change-interface-language/#post-1889459)
 * The function did not work with the latest WP v3.
 * The plugin seems outdated.
 * 🙁

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Change Interface language’ is closed to new replies.

## Tags

 * [interface language](https://wordpress.org/support/topic-tag/interface-language/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Ahmad Bagadood](https://wordpress.org/support/users/tawqee3/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/change-interface-language/#post-1889459)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
