Title: Customize strings and WPML
Last modified: March 22, 2023

---

# Customize strings and WPML

 *  Resolved [Damian](https://wordpress.org/support/users/flexcode/)
 * (@flexcode)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/customize-strings-and-wpml/)
 * Hello.
 * How can I translate ‘Customize strings’ to other languages when using WPML?
 * Regards

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

 *  Plugin Contributor [dudo](https://wordpress.org/support/users/dudo/)
 * (@dudo)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/customize-strings-and-wpml/#post-16599544)
 * Hello Damian, 
   sorry, I lost this message.There are some filters that you can
   use in your child theme.E.g. You need to customize the string “Custom text to
   display before Overall Rating” you can do like this code
 * `add_filter('yasr_cstm_text_before_overall', static function () {
    return 'YOURTEXT';},
   99);
 * You can wrap this code inside some ifs according to the languages.
   You can find
   all the filters [here](https://github.com/Dudo1985/Yet-Another-Stars-Rating/blob/33e75dddc185a9225c7035f63e117c25fc5ba90c/includes/classes/YasrIncludesFilters.php#L23)
   Hope this helps!
    -  This reply was modified 3 years, 2 months ago by [dudo](https://wordpress.org/support/users/dudo/).
 *  Thread Starter [Damian](https://wordpress.org/support/users/flexcode/)
 * (@flexcode)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/customize-strings-and-wpml/#post-16599897)
 * I found them myself, because I didn’t have time to wait 🙂 Thanks
 *  Plugin Contributor [dudo](https://wordpress.org/support/users/dudo/)
 * (@dudo)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/customize-strings-and-wpml/#post-16601850)
 * Great!
   Next time, if I don’t answer in 48h, you can tag me 🙂Best,Dario

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

The topic ‘Customize strings and WPML’ is closed to new replies.

 * ![](https://ps.w.org/yet-another-stars-rating/assets/icon-256x256.png?rev=1525329)
 * [YASR - Yet Another Star Rating Plugin for WordPress](https://wordpress.org/plugins/yet-another-stars-rating/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yet-another-stars-rating/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yet-another-stars-rating/)
 * [Active Topics](https://wordpress.org/support/plugin/yet-another-stars-rating/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yet-another-stars-rating/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yet-another-stars-rating/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [dudo](https://wordpress.org/support/users/dudo/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/customize-strings-and-wpml/#post-16601850)
 * Status: resolved