Title: Translate the button
Last modified: November 3, 2016

---

# Translate the button

 *  [vlad1692](https://wordpress.org/support/users/vlad1692/)
 * (@vlad1692)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/translate-the-button/)
 * Please, help.
    I changed the text of woocommerce button “Add to cart” to russian
   with this code
 * add_filter( ‘add_to_cart_text’, ‘woo_custom_product_add_to_cart_text’ ); // <
   2.1
    add_filter( ‘woocommerce_product_add_to_cart_text’, ‘woo_custom_product_add_to_cart_text’);//
   2.1 +
 * function woo_custom_product_add_to_cart_text() {
 *  return __( ‘В корзину’, ‘woocommerce’ );
 * }
 * And now i have this both in russian and english versions. How can i also change
   the text in english version?

The topic ‘Translate the button’ 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/)

 * 0 replies
 * 1 participant
 * Last reply from: [vlad1692](https://wordpress.org/support/users/vlad1692/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/translate-the-button/)
 * Status: not resolved