Title: Translate plugin
Last modified: August 31, 2016

---

# Translate plugin

 *  Resolved [Anouk](https://wordpress.org/support/users/anouk0693/)
 * (@anouk0693)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/translate-plugin-18/)
 * This plugin is exactly what I need, but there is one little problem.
    I can’t
   find a way to translate the plugin.
 * Is there a way to do this?
 * Thanks in advance!
 * [https://wordpress.org/plugins/wp-customer-reviews/](https://wordpress.org/plugins/wp-customer-reviews/)

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

 *  [frankwp3](https://wordpress.org/support/users/frankwp3/)
 * (@frankwp3)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/translate-plugin-18/#post-7023305)
 * There are two methods:
 * 1 Change the text in the core files:
    * Search an replace text in frontend_review_form.
   html in the folder wp-customer-reviews\include\templates * deactive and reactive
   the plugin You will loose the changes when you update the plugin
 * 2. Change text with Javascript:
    If you have jquery support (if not add in the
   head) Add custom js in your footer: $(“div.wpcr3_button_1.wpcr3_show_btn”).text(‘
   YOUR NEW CREATE A REVIEW TEXT’);
 *  Thread Starter [Anouk](https://wordpress.org/support/users/anouk0693/)
 * (@anouk0693)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/translate-plugin-18/#post-7023347)
 * Great, that worked! Thank you
 *  [gnorf](https://wordpress.org/support/users/gnorf/)
 * (@gnorf)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/translate-plugin-18/#post-7023416)
 * Good tip, thanks!
 *  [bmiller92](https://wordpress.org/support/users/bmiller92/)
 * (@bmiller92)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/translate-plugin-18/#post-7023437)
 * For everyone who wants to translate this plugin here is the correct jquery solution
   based on ‘frankwp3’s comment (thanks for pointing it out!)
 *     ```
       jQuery(document).ready(function(){
       	jQuery("div.wpcr3_button_1.wpcr3_show_btn").text('put-text-here'); //Submit your review
       	jQuery(".wpcr3_review_form_rating_field label.comment-field").text('put-text-here'); //Star lable
       	jQuery(".wpcr3_review_form_review_field_label label.comment-field").text('put-text-here'); //Review Box
       	jQuery(".wpcr3_check_confirm label").text('put-text-here'); //Checkbox for confirmation
       	jQuery("div.wpcr3_button_1.wpcr3_submit_btn").text('put-text-here'); //Submit button
       	jQuery("div.wpcr3_button_1.wpcr3_cancel_btn").text('put-text-here'); //Cancel button
       	jQuery("span.wpcr3_aggregateRating_overallText").text('put-text-here'); //Avarage rating
       	jQuery("span.wpcr3_aggregateRating_reviewCount").text('put-text-here'); //Number of reviews lable
       });
       ```
   
 *  [Sinkadus](https://wordpress.org/support/users/niwin/)
 * (@niwin)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/translate-plugin-18/#post-7023440)
 * Hope they will add proper language support with .po-files.
 *  [vbdeco](https://wordpress.org/support/users/vbdeco/)
 * (@vbdeco)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/translate-plugin-18/#post-7023443)
 * Hi bmiller92,
 * Could you (or somebody else) detail the solution you suggest? I’m newbie from
   France.
 * Maybe you got a link that explain that ?
 * Regards.
 * JC
 *  [bmiller92](https://wordpress.org/support/users/bmiller92/)
 * (@bmiller92)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/translate-plugin-18/#post-7023444)
 * Hey vbdeco,
 * I’m not an expert either, and after some days i found out that the solution i
   wrote has some bugs in it, like the checkbox disappearing (that’s fixable) and
   some others too. So i don’t really recommend using it in it’s state but it is
   a good starting point for everyone.
 * What i do recommend, and what i did too is editing the template files, then disable
   the plugin on the admin page, then re-enable it so it refreshes the plugin with
   the edits you make. You do lose these edits if the plugin updates itself! So 
   just be careful.
 * Have a nice day!

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

The topic ‘Translate plugin’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-customer-reviews_47737d.svg)
 * [WP Customer Reviews](https://wordpress.org/plugins/wp-customer-reviews/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-customer-reviews/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-customer-reviews/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-customer-reviews/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-customer-reviews/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-customer-reviews/reviews/)

## Tags

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

 * 7 replies
 * 6 participants
 * Last reply from: [bmiller92](https://wordpress.org/support/users/bmiller92/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/translate-plugin-18/#post-7023444)
 * Status: resolved