How to change the language of the ‘Reset Password’ page

I have a WooCommerce powered WordPress website. In this website a user can login to order products, basic WooCommerce functionality.
The site is translated using qTranslate. I can translate everything, except the ‘Reset password’ page.
The basic website is in English. When a customer visits the website in French, then requests a new password, he is redirected to the WordPress page but in English. Is there a possibility I can alter this (e.g. using a querystring, calling an hook, …)?

Thanks in advance!

Related posts

Leave a Reply

2 comments

  1. I guess you could use either HTML5 or IP based geolocation, set a current_language cookie and you are good to go. Or even better if you just simply ask the user about it. WordPress translation is not equal to multi-language by any means.

  2. Actually you can but only for one language. Ive had the same problem and then I realized that in Woocommerce/settings/accounts you will see a list of URL Endpoints of each page in My account one of them is Lost Password change the lost-password to the French language. Actually all the pages dont work with french in your case so its better to change the names of the who;e list. But this will cancel the english language for these pages. Youll still have the same problem but in the opposite language.