Title: sanilus's Replies | WordPress.org

---

# sanilus

  [  ](https://wordpress.org/support/users/sanilus/)

 *   [Profile](https://wordpress.org/support/users/sanilus/)
 *   [Topics Started](https://wordpress.org/support/users/sanilus/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sanilus/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sanilus/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sanilus/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sanilus/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sanilus/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Credit Card Form Labels](https://wordpress.org/support/topic/credit-card-form-labels/)
 *  Thread Starter [sanilus](https://wordpress.org/support/users/sanilus/)
 * (@sanilus)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/credit-card-form-labels/#post-16024158)
 * Hi [@judagutor](https://wordpress.org/support/users/judagutor/),
 * Thanks for your answer. It worked perfectly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Credit Card Form](https://wordpress.org/support/topic/credit-card-form-3/)
 *  Thread Starter [sanilus](https://wordpress.org/support/users/sanilus/)
 * (@sanilus)
 * [3 years, 12 months ago](https://wordpress.org/support/topic/credit-card-form-3/#post-16013989)
 * Hi [@anastas10s](https://wordpress.org/support/users/anastas10s/),
 * DO you know of anything else that I can do here?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce Stripe Payment Gateway] Credit Card Form](https://wordpress.org/support/topic/credit-card-form-3/)
 *  Thread Starter [sanilus](https://wordpress.org/support/users/sanilus/)
 * (@sanilus)
 * [4 years ago](https://wordpress.org/support/topic/credit-card-form-3/#post-16002270)
 * Hi Anastasio,
 * Thanks for your reply.
 * The snippet that was added to the functions.php is:
 *     ```
       add_filter( 'wc_stripe_elements_options', 'wc_update_locale_in_stripe_element_options' );
       function wc_update_locale_in_stripe_element_options( $options ) {
           return array_merge(
               $options,
               array(
                   'locale' => 'es',
               )
           );
       };
       ```
   
 * I have checked with browsers with different locales and it is still showing those
   labels in english. I undestand the previous snippet overrrides the locale for
   the language assigned.
 * Do you know of anything else that can be happening here?

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