How can I change my Wordpress Woocommerce language?

Viewed 24

I'm trying to set all my website in Spanish

This is what I have attempted as of now:

1.- Setting my general options to Spanish:

enter image description here

2.- Setting my profile in Spanish:

enter image description here

3.- Setting my WooCommerce area to Barcelona/Spain:

enter image description here

This is how "My account" page looks:

enter image description here

How can I change my WooCommerce language so "My account" and "Cart" pages are in Spanish?

EDIT:

As suggested by @Vijay Hardaha I update the question with the Dashboard->Updates content as there are no updates available:

enter image description here

Also to clarify: I own the website but I didn't make the website myself and I'm a developer but not web/wordpress

EDIT2:

Showing with general+profile in Spanish as @Vijay Hardaha commented:

enter image description here

1 Answers

If you have not changed the woocommerce template files and edited any text or removed the woocommerce text-domain.

then in the backend go to the Dashboard > Updates page then at the bottom you'll see the Update translations button, click on that wait for the process to finish then test if you have translated text in your dashboard or not.

NOTE: if you have modified woocommerce templates and remove the text domain or change the default texts. the translation won't work. because it needs the text domain to match and the text match for translation.

Related