Title: [Plugin: Sidebar Login] Localisation not working
Last modified: August 20, 2016

---

# [Plugin: Sidebar Login] Localisation not working

 *  [noixdarec](https://wordpress.org/support/users/noixdarec/)
 * (@noixdarec)
 * [14 years, 5 months ago](https://wordpress.org/support/topic/plugin-sidebar-login-localisation-not-working/)
 * Changing languages with qTranslate, all went well except Sidebar Login which 
   is always in English. All .mo files are there. Am I missing something?
 * [http://wordpress.org/extend/plugins/sidebar-login/](http://wordpress.org/extend/plugins/sidebar-login/)

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

 *  [dejudicibus](https://wordpress.org/support/users/dejudicibus/)
 * (@dejudicibus)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-sidebar-login-localisation-not-working/#post-2378599)
 * I have exactly the same problem: I use qTranslate too, all plugins and widgets
   are localized BUT Sidebar Login. I gave a look at code and it really calls the
   text domain “sblogin” and mo and po files exist for my language too, but I always
   see texts in English… 🙁
 *  [dejudicibus](https://wordpress.org/support/users/dejudicibus/)
 * (@dejudicibus)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-sidebar-login-localisation-not-working/#post-2378600)
 * SOLVED!!!
 * You must remove from line 11 in `sidebar-login.php`
 *     ```
       load_plugin_textdomain('sblogin', WP_PLUGIN_URL.'/sidebar-login/langs/', 'sidebar-login/langs/');
       ```
   
 * and add
 *     ```
       load_plugin_textdomain( 'sblogin', false, dirname( plugin_basename( __FILE__ ) ) . '/langs/' );
       ```
   
 * just after line 237
 * `function widget_wp_sidebarlogin_check() {`
 * I did it and it works now. I hope the author will fix it asap, anyway.
 *  [dejudicibus](https://wordpress.org/support/users/dejudicibus/)
 * (@dejudicibus)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/plugin-sidebar-login-localisation-not-working/#post-2378601)
 * I sent to Andy also a new pot file since the old one contained a lot of obsolete
   strings and was missing few new ones.
 *  [meinchel](https://wordpress.org/support/users/meinchel/)
 * (@meinchel)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-sidebar-login-localisation-not-working/#post-2378627)
 * Hi!
    I did so (version 2.3.4) but doesn’t work for me. 🙁 Still in English. I’m
   trying to hardcode it, but I can’t find the Dashboard and Profile references 
   in the code!
 *  [Rafał](https://wordpress.org/support/users/ayek/)
 * (@ayek)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-sidebar-login-localisation-not-working/#post-2378649)
 * I like the plugin, but it’s a pity it doesn’t support multilingual websites 🙁
 * @**meinchel**
    You need go to the Sidebar Login options > Logged in links eg `
   <a href="http://yourdomain.com/wp-admin/profile.php?lang=<!--:en-->en<!--:-->
   <!--:ru-->ru<!--:-->"><!--:en-->Profile<!--:--><!--:ru-->Профиль<!--:--></a>`

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

The topic ‘[Plugin: Sidebar Login] Localisation not working’ is closed to new replies.

 * ![](https://ps.w.org/sidebar-login/assets/icon.svg?rev=2396264)
 * [Sidebar Login](https://wordpress.org/plugins/sidebar-login/)
 * [Support Threads](https://wordpress.org/support/plugin/sidebar-login/)
 * [Active Topics](https://wordpress.org/support/plugin/sidebar-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/sidebar-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/sidebar-login/reviews/)

 * 5 replies
 * 4 participants
 * Last reply from: [Rafał](https://wordpress.org/support/users/ayek/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-sidebar-login-localisation-not-working/#post-2378649)
 * Status: not resolved