• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Wordpress Publishing with Multilanguage like Polylang / WPML

Nexify

Member
Was this ever resolved? I am running into the same issue. My site is in Dutch and English. When I use pabbly to publish a post, it is always standard in Dutch. I would also like to be able to publish in English. How can I do this?
 

Preeti Paryani

Well-known member
Staff member
Hello @Nexify,

Could you please provide us with the Workflow URL where you are facing this issue? This will help us investigate the problem more effectively and assist you accordingly.

Please be aware that to assist you effectively, we may need to access your Pabbly Connect account. If you're comfortable with this, please grant us permission by stating in your next reply: "You have my permission to log into my Pabbly Connect account, and edit workflow {If required}. Here is the registered email address associated with it."

Looking forward to assisting you further.

AD_4nXcVNYA3K2MNA7zeYMbFtxKUKpHq_CJ8kbT2VxwMXhj_wgXA33jF7SNmZsuEfTjURr2-BcUuU3FBMF6gIyonOIU2hMa5jDyHmfAyuk0h-JvNgWwKtY6EThniwekKhFJrt1Ky9dvi
 

Preeti Paryani

Well-known member
Staff member
Hello @Nexify,

Thank you for sharing the access.

Upon checking, we noticed that the content mapped under the WordPress: Create Post action is in Dutch, which is why the blog is being published in that language.

To avoid this issue, please ensure that the content being fetched and mapped is in English
 

Nexify

Member
That is an absolute rubbish answer. The content that I publish does not determine the language of the post.
The language of the post (i.e. the language field is set by the user). We're talking about polylang here. Not the actual content of the post.

More info here if that helps: https://polylang.pro/doc/function-reference/#pll_set_post_language
I have created code snippets but they do not seem to trigger if Pabbly creates a post. Could you elaborate more on the process that is used here?
 

Preeti Paryani

Well-known member
Staff member
Hello @Nexify,

Apologies for the earlier confusion, and thank you for your patience.

We now understand your concern more clearly. To clarify, Pabbly Connect uses the WordPress REST API to create posts. You can view the exact cURL request payload by checking the Task History section of your workflow. For your convenience, we’ve also attached an image to help you locate and interpret this data.

1750673129681.png


You may try running the same API request through a different platform (like Postman or a custom script) to verify the behavior. If the issue persists there as well, it’s likely that the concern lies with Polylang or the way it handles REST-based post creation, rather than with Pabbly itself.

We recommend checking if any custom code or plugin hooks can be used to apply pll_set_post_language() during REST-based post creation.
 
Top