Title: Multilingual Comments
Last modified: August 24, 2016

---

# Multilingual Comments

 *  Resolved [hrantabe](https://wordpress.org/support/users/hrantabe/)
 * (@hrantabe)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/multilingual-comments/)
 * Hi Authors, first I want to say THANKS for this plugin, which replaced dead qTranslate.
   
   Unfortunately this plugin is not compatible with the “qTranslate Separate Comments”
   plugin, can you make a plugin for multilingual comments or add a feature in “
   qTranslate X”. Thank you!
 * [https://wordpress.org/plugins/qtranslate-x/](https://wordpress.org/plugins/qtranslate-x/)

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

 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/multilingual-comments/#post-6036111)
 * [@hrantabe](https://wordpress.org/support/users/hrantabe/),
 * have you tried Settings – Languages – Compatibility Functions ?
 *  Thread Starter [hrantabe](https://wordpress.org/support/users/hrantabe/)
 * (@hrantabe)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/multilingual-comments/#post-6036174)
 * I have checked “Enable function name compatibility” as you said, but it is still
   not working.
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/multilingual-comments/#post-6036352)
 * [@hrantabe](https://wordpress.org/support/users/hrantabe/),
 * Try the latest beta version 3.2.9.9.4
 * [Download it here](https://github.com/qTranslate-Team/qtranslate-x/archive/master.zip)
   
   see if that makes a difference
 *  Thread Starter [hrantabe](https://wordpress.org/support/users/hrantabe/)
 * (@hrantabe)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/multilingual-comments/#post-6036368)
 * Thanks, but beta version didn’t helped.
 * BUT I have fixed it 🙂
 * I just edited “qtranslate-separate-comments.php”, in the end of file there is
   a piece of code for checking whether is qTranslate active or no, I changed
 *     ```
       if( is_plugin_active( 'qtranslate/qtranslate.php') || ( is_multisite() && is_plugin_active_for_network( 'qtranslate/qtranslate.php') ) ) {
       	global $qTranslate_Separate_Comments;
       	$qTranslate_Separate_Comments = new qTranslate_Separate_Comments();
       }
       ```
   
 * to
 *     ```
       if( is_plugin_active( 'qtranslate-x/qtranslate.php') || ( is_multisite() && is_plugin_active_for_network( 'qtranslate-x/qtranslate.php') ) ) {
       	global $qTranslate_Separate_Comments;
       	$qTranslate_Separate_Comments = new qTranslate_Separate_Comments();
       }
       ```
   
 * And that worked.
    Wooohooooooooo
 *  Plugin Author [Gunu](https://wordpress.org/support/users/grafcom/)
 * (@grafcom)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/multilingual-comments/#post-6036369)
 * [@hrantabe](https://wordpress.org/support/users/hrantabe/),
 * Great, thanks for the info.

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

The topic ‘Multilingual Comments’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/qtranslate-x_f9f9f9.svg)
 * [qTranslate X](https://wordpress.org/plugins/qtranslate-x/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/qtranslate-x/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/qtranslate-x/)
 * [Active Topics](https://wordpress.org/support/plugin/qtranslate-x/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/qtranslate-x/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/qtranslate-x/reviews/)

## Tags

 * [Comments](https://wordpress.org/support/topic-tag/comments/)

 * 5 replies
 * 2 participants
 * Last reply from: [Gunu](https://wordpress.org/support/users/grafcom/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/multilingual-comments/#post-6036369)
 * Status: resolved