Title: Localization
Last modified: August 30, 2016

---

# Localization

 *  Resolved [mistvan](https://wordpress.org/support/users/mistvan/)
 * (@mistvan)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/localization-102/)
 * Hello,
 * first of all, very nice plugin 🙂
 * What about localization of “Related text or Call-To-Action” from admin of your
   plugin please?
 * There is wordpress function for that [https://codex.wordpress.org/Function_Reference/_2](https://codex.wordpress.org/Function_Reference/_2).
   
   For example `$translated = __( 'Read more', 'inline-related-posts' );`
 * And you need then enable loading of localization files:
 *     ```
       add_action( 'plugins_loaded', 'irp_load_textdomain' );
       function irp_load_textdomain() {
         load_plugin_textdomain( 'irp', false, dirname( plugin_basename( __FILE__ ) ) . '/languages' );
       }
       ```
   
 * That makes possibility to load then .po/.mo language file what is standard in
   wordpress and return to $translated variable text Read more localized.
 * You can check polylang plugin too. It is very good for translation so you can
   replace your one input with polylang API and as result in your admin there could
   be many inputs based on your polylang language setup.
 * Many thanks
 * Many thanks!
 * [https://wordpress.org/plugins/intelly-related-posts/](https://wordpress.org/plugins/intelly-related-posts/)

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

 *  Plugin Contributor [intellywp](https://wordpress.org/support/users/intellywp/)
 * (@intellywp)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/localization-102/#post-6618252)
 * Hi Mistvan,
    thanks a lot for your tip, we’ve glad to say that we have approved
   your improvement in our last meeting.
 * Unfortunately, I can’t say exactly when will be out.
    Thank you again for your
   suggestion by the entire IntellyWP team!
 * Stefan
 *  [paulovsky](https://wordpress.org/support/users/paulovsky/)
 * (@paulovsky)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/localization-102/#post-8937260)
 * Please address this issue on the next upgrade.
 *  Plugin Contributor [intellywp](https://wordpress.org/support/users/intellywp/)
 * (@intellywp)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/localization-102/#post-8939447)
 * Hi Paulovsky,
    thanks again for your suggestion.
 * We are working to a next plugin update, unfortunately, I can’t say exactly when
   it will be available.
 * Best regards
 * Alex
    -  This reply was modified 9 years, 3 months ago by [intellywp](https://wordpress.org/support/users/intellywp/).

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

The topic ‘Localization’ is closed to new replies.

 * ![](https://ps.w.org/intelly-related-posts/assets/icon-256x256.png?rev=2672481)
 * [Inline Related Posts](https://wordpress.org/plugins/intelly-related-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/intelly-related-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/intelly-related-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/intelly-related-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/intelly-related-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/intelly-related-posts/reviews/)

## Tags

 * [Localization](https://wordpress.org/support/topic-tag/localization/)

 * 3 replies
 * 3 participants
 * Last reply from: [intellywp](https://wordpress.org/support/users/intellywp/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/localization-102/#post-8939447)
 * Status: resolved