This thread is resolved. Here is a description of the problem and solution.
Problem:
You are trying to set the default Woocommerce endpoint language to Dutch on your website, but despite the default language being set to Dutch, the Woocommerce endpoints default to English. This causes the English version of the website to show the wrong URL slug.
Solution:
1. To change the default language of the endpoint strings, you should follow the steps described in this guide: How to Change the Source Language of Strings.
2. If you can't find the strings in String Translation, then follow these steps: Finding Strings that Don't Appear on the String Translation Page.
3. Please increase the WP memory limit to at least 128Mb. You can add the following code to your wp-config.php file:
/* Memory Limit */<br />define('WP_MEMORY_LIMIT', '256M');
- Add it above the line /* That's all, stop editing! Happy blogging. */
You can double-check the WordPress memory limit in WPML -> Support.
If this solution does not resolve your issue or seems outdated, we recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If the problem persists, please open a new support ticket.
This is the technical support forum for WPML - the multilingual WordPress plugin.
Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.
This topic contains 1 reply, has 0 voices.
Last updated by 1 week, 4 days ago.
Assisted by: Carlos Rojas.