{"id":16014000,"date":"2022-09-15T16:45:14","date_gmt":"2022-09-15T16:45:14","guid":{"rendered":"https:\/\/wordpress.org\/support\/topic\/credit-card-form-labels\/"},"modified":"2022-09-15T16:45:14","modified_gmt":"2022-09-15T16:45:14","slug":"credit-card-form-labels","status":"publish","type":"topic","link":"https:\/\/wordpress.org\/support\/topic\/credit-card-form-labels\/","title":{"rendered":"Credit Card Form Labels"},"content":{"rendered":"<p>Hi,<\/p>\n<p>I wrote before about the credit card form labels not being translated as can be seen <a href=\"https:\/\/snipboard.io\/UuyoMh.jpg\" rel=\"noopener\" target=\"_blank\">here<\/a> <\/p>\n<p>I added a filter according to the documentation: https:\/\/woocommerce.com\/document\/stripe\/#how-can-i-translate-the-placeholders-text-inside-the-credit-card-form<\/p>\n<p>The filter added was:<\/p>\n<pre><code>add_filter( &#039;wc_stripe_elements_options&#039;, &#039;wc_update_locale_in_stripe_element_options&#039; );\nfunction wc_update_locale_in_stripe_element_options( $options ) {\n    return array_merge(\n        $options,\n        array(\n            &#039;locale&#039; =&gt; &#039;es&#039;,\n        )\n    );\n};<\/code><\/pre>\n<p>However, this is only changing the placeholders of the fields, <a href=\"https:\/\/snipboard.io\/4dyBCa.jpg\" rel=\"noopener\" target=\"_blank\">but not the field labels<\/a>.<\/p>\n<p>I got an answer refering to the locale of the browser being used, but I understand the whole idea of the filter that is being added is to override the locale. Anyway, I checked with browsers with the language and locale set in spanish, and the result is still the same.<\/p>\n<p>I&#8217;d be really grateful with anyone that can help with this&#8230;<\/p>\n","protected":false},"template":"","class_list":["post-16014000","topic","type-topic","status-publish","hentry","topic-tag-credit-card","topic-tag-form","topic-tag-label"],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/16014000","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":0,"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/topic\/16014000\/revisions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/support\/wp-json\/wp\/v2\/media?parent=16014000"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}