Skip Navigation

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 Carlos Rojas 1 week, 4 days ago.

Assisted by: Carlos Rojas.

Author Posts
April 1, 2025 at 11:13 pm #16884988

gerwinV-2

Background of the issue:
I am trying to set the default Woocommerce end-point language to Dutch on my website hidden link. The default language of the website is set to Dutch, and the string of the end-points has been set in Dutch.

hidden link

Symptoms:
Even though the default language is set to Dutch, the Woocommerce end-points default to English, causing the English version of the website to show the wrong URL slug.

Questions:
What should I do to ensure Woocommerce end-points default to Dutch?

April 4, 2025 at 10:57 am #16897070

Carlos Rojas
WPML Supporter since 03/2017

Languages: English (English ) Spanish (Español )

Timezone: Europe/Madrid (GMT+02:00)

Hello,
Thank you for contacting us

1.- To change the default language of the endpoint strings, you must follow the steps described in this guide: https://wpml.org/documentation/getting-started-guide/string-translation/how-to-change-the-source-language-of-strings/

Note: If you can't find the strings in String Translation, then follow these steps https://wpml.org/documentation/getting-started-guide/string-translation/finding-strings-that-dont-appear-on-the-string-translation-page/

2.- Please increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

/* Memory Limit */
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

Regards,
Carlos