If you are using woocommerce 2.1+ then try the below filter.
add_filter( ‘woocommerce_product_add_to_cart_text’, ‘woo_custom_cart_button_text’ ); // 2.1 +
Okay, thanks. Let me check if those plugins solve my problem. Coming back soon.
Thanks for the information.