Title: Localization
Last modified: August 30, 2016

---

# Localization

 *  Resolved [YogieAnamCara](https://wordpress.org/support/users/yogieanamcara/)
 * (@yogieanamcara)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/localization-91/)
 * Hi Tomas,
 * may I kindly request to change the echo output of your plugin to be translatable
   please?
 * I think it will be an easy task for you 🙂
 * [https://codex.wordpress.org/I18n_for_WordPress_Developers](https://codex.wordpress.org/I18n_for_WordPress_Developers)
 * Many thanks!
    Cheers Yogie
 * [https://wordpress.org/plugins/bbpress-login-register-links-on-forum-topic-pages/](https://wordpress.org/plugins/bbpress-login-register-links-on-forum-topic-pages/)

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

 *  [telengo](https://wordpress.org/support/users/telengo/)
 * (@telengo)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/localization-91/#post-6235816)
 * +1
 *  [ftrippie](https://wordpress.org/support/users/ftrippie/)
 * (@ftrippie)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/localization-91/#post-6235828)
 * For me it was simply a case of replacing the ‘echo’ statements in the ‘bbpress-
   login-register-links-on-forum-page.php’ (under plugins):
 * Replace for instance:
    `echo "<a href='$login_url'>".' Log In '.'</a> ';`
 * With:
    `echo "<a href='$login_url'> ".__( 'Log In', 'bbpress' ).'</a> ';`
 * I DO have qtranslate-X installed, but I think it should be working the same without
   it.
 * Good Luck!

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

The topic ‘Localization’ is closed to new replies.

 * ![](https://ps.w.org/bbpress-login-register-links-on-forum-topic-pages/assets/
   icon-256*256.jpeg?rev=2779217)
 * [bbPress Login Register Links On Forum Topic Pages](https://wordpress.org/plugins/bbpress-login-register-links-on-forum-topic-pages/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bbpress-login-register-links-on-forum-topic-pages/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bbpress-login-register-links-on-forum-topic-pages/)
 * [Active Topics](https://wordpress.org/support/plugin/bbpress-login-register-links-on-forum-topic-pages/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bbpress-login-register-links-on-forum-topic-pages/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bbpress-login-register-links-on-forum-topic-pages/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [ftrippie](https://wordpress.org/support/users/ftrippie/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/localization-91/#post-6235828)
 * Status: resolved