Title: button language
Last modified: July 23, 2022

---

# button language

 *  Resolved [tim13n](https://wordpress.org/support/users/tim13n/)
 * (@tim13n)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/button-language-3/)
 * Hello.
 * My website is in French.
    Imported product have English button.
 * How can I change this english button to French ?
 * The same problem when you scroll down on a product page if you look at the header
   cart button
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbutton-language-3%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [tim13n](https://wordpress.org/support/users/tim13n/)
 * (@tim13n)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/button-language-3/#post-15853056)
 * 1_Add the free plugin called Code Snippet
    2_Insert the code below
 * Enjoy!
 * // Code Start
    // To change add to cart text on single product page add_filter(‘
   woocommerce_product_single_add_to_cart_text’, ‘woocommerce_custom_single_add_to_cart_text’);
   function woocommerce_custom_single_add_to_cart_text() { return __( ‘Buy Now’,‘
   woocommerce’ ); // Replace “By Now” text with your own text }
 * // To change add to cart text on product archives(Collection) page
    add_filter(‘
   woocommerce_product_add_to_cart_text’, ‘woocommerce_custom_product_add_to_cart_text’);
   function woocommerce_custom_product_add_to_cart_text() { return __( ‘Buy Now’,‘
   woocommerce’ ); // Replace “By Now” text with your own text } // Code End
 * Then go to :
    Extension>Cart All In One For WooCommerce>setup>Add To Cart Button
   >Add to Cart button label save
 * and it’s done
 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/button-language-3/#post-15854694)
 * Hello,
    This question is not about this plugin. Anyway, great that you can solve
   it yourself and thanks for sharing the solution. Best regards
 *  Thread Starter [tim13n](https://wordpress.org/support/users/tim13n/)
 * (@tim13n)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/button-language-3/#post-15875706)
 * 1-Yes it is!
    When I add a product manualy, buttons are in French. When I add
   a product with your plugin, buttons are in English.
 * Ok, if you really want to take care of that .
 * 2-Why Brave/Chrome’s app doesn’t allow to use another currency than USD.
 * This is the error message in the app when you use Aliexpress in EUR:
    ” Please
   switch AliExpress currency to USD ”
 * Maybe my button will be in French as my entire website after resolving point 
   1 or 2.
 *  [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * (@kimvt1991)
 * [3 years, 9 months ago](https://wordpress.org/support/topic/button-language-3/#post-15906398)
 * Sorry but the issue is not related both 1 and 2.
 * > When I add a product manualy, buttons are in French.
 * Is this a **simple** product?
 * > When I add a product with your plugin, buttons are in English.
 * And this is a **variable** product?

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

The topic ‘button language’ is closed to new replies.

 * ![](https://ps.w.org/woo-alidropship/assets/icon-128x128.gif?rev=3080898)
 * [ALD - Dropshipping and Fulfillment for AliExpress and WooCommerce](https://wordpress.org/plugins/woo-alidropship/)
 * [Support Threads](https://wordpress.org/support/plugin/woo-alidropship/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-alidropship/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-alidropship/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-alidropship/reviews/)

## Tags

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

 * 4 replies
 * 2 participants
 * Last reply from: [kimvt1991](https://wordpress.org/support/users/kimvt1991/)
 * Last activity: [3 years, 9 months ago](https://wordpress.org/support/topic/button-language-3/#post-15906398)
 * Status: resolved