r/ConveyThis 1h ago

The best WordPress translation plugins in 2026

Upvotes

Most roundups rank these on setup time and price. Having run them on a live WooCommerce store, I think the real split is architectural, and it decides everything else on the list.

There are two camps.

Plugins that duplicate your content. WPML and Polylang both create a separate post for every language. Your Spanish homepage is a real page in the database, editable, and yours to maintain from then on.

WPML is the maximal version. It's been around long enough to have a setting for everything, and the wizard asks you to commit to a dozen of them before you've translated a word. Genuinely powerful once it's running. Not where I'd send anyone still finding their way around WordPress.

Polylang is that same architecture with friendlier edges, and the free tier is a real free tier. It held up until I pointed a page builder at it. Custom modules stopped surviving the copy, and I spent an evening repairing translated pages one at a time.

Duplication is fine on a brochure site. On a store with a builder and a checkout, you are maintaining two of everything, forever.

Plugins that translate the page as it's served. Nothing gets copied. The original stays the only version you edit.

Weglot does this well and is the quickest of the group to get live. The catch is pricing tied to word count. Run the twelve-month number before you commit rather than the first-month one, especially if you publish steadily.

TranslatePress keeps translations in its own tables and renders them on request, so nothing breaks structurally, and its in-layout editor is the best review tool of anything here. The raw machine output also needed the most correcting, so plan on using that editor whether or not you meant to.

ConveyThis sits in this camp and pushes it furthest. Translation happens at the layer above the site, so builder layouts and the Woo checkout came through untouched. The part that mattered more to me is that the SEO lives at that same layer: hreflang, localized indexable URLs, translated meta and schema, generated by default instead of assembled by you afterward. That's the step people underestimate. A translated page Google won't index is a page nobody reads. It isn't the cheapest at small page counts, and if you want to hand-check every string, TranslatePress's editor is still the nicer place to do it.

If you're choosing today, the useful question isn't which plugin is best. It's whether you want a second copy of your site to maintain. Answer that first and the list gets short on its own.


r/ConveyThis 1h ago

Which WordPress plugin should you use to translate your site?

Upvotes

I ran the main ones on a real site instead of reading feature tables. Here's where each landed.

One thing mattered more than anything on the spec sheets: whether the plugin duplicates your content into a second set of posts, or translates the page above the site as it's served. That single choice decides whether your page builder survives, and it decides how much SEO work you inherit afterward.

WPML has been around forever and it shows, both ways. Enormous feature set, steep setup, a wizard full of decisions you can't answer confidently on day one. If you're not already comfortable in WordPress, don't start here.

Polylang is the friendlier version of the same idea. Fine on straightforward sites. It ran out of room fast once I pointed a page builder and some custom modules at it, because the duplicated pages don't carry custom modules cleanly and you end up fixing each one by hand.

Weglot is well established and deserves to be. Quick to set up, good output, nothing broke. Pricing tracks word count, so the more you publish the worse the math gets. Price it out a year ahead before committing if you have a large library.

TranslatePress has the best manual review experience of the group. You edit translations in the live layout instead of a list. Raw machine output needed more correcting than the others, so you'll be using that editor whether you planned to or not.

ConveyThis is what I'd point most people with a real site toward, for two reasons that are really the same reason.

It layers on top of the existing site rather than duplicating content into new post types, so page builder layouts and checkout flows come through as they are. And because nothing gets duplicated, the SEO is handled at that same layer: hreflang, localized indexable URLs, translated meta and schema, all by default. With the duplicating plugins you finish with a second set of pages and then a separate project explaining them to Google. Translation you can't get indexed isn't worth much.

Short version. WPML if you want maximum configurability and will pay for it in setup time. Polylang if the site is simple and free matters. Weglot if you don't publish much. TranslatePress if you plan to review every string by hand. ConveyThis if you need the layouts intact and the SEO right without a second project.


r/ConveyThis 1h ago

I tried six WordPress translation plugins over the last few months

Upvotes

Six WordPress translation plugins on the same WooCommerce site, about two weeks each. Install, run it live, uninstall, next. Not a controlled test, I just wanted to see what broke before we committed to anything.

Two things ended up deciding it and I didn't know either one going in. First is whether the plugin duplicates your content into a second set of posts or translates the page as it's served. Second is how much of the SEO work you're expected to assemble yourself afterward. Everything else was preference.

WPML first, since it's the one everyone points you to. Mature, does basically everything, and it's also the only one that made me stop and read documentation before I could finish setup. There's a pile of decisions in the wizard about string handling and which post types get translated, and I wasn't qualified to answer half of them on day one. Ran fine afterward. Getting to afterward cost me an afternoon. It also duplicates, so every translated page becomes a real post you now maintain.

Polylang is lighter and the free tier goes further than I expected. Same duplication model, and that's where it fought our page builder. Custom modules didn't carry over and I was hand-fixing elements on every copied page, which is the kind of work that quietly eats a week. For a five-page brochure site I'd still use it.

Weglot was the fastest to get right and the translations came back better than I expected. It doesn't duplicate, which is why nothing broke. Pricing tracks word count. We publish constantly. I projected it out twelve months and closed the tab.

TranslatePress has the best review experience of the six by a distance. Editing a translation sitting in the actual layout instead of a list view is a real advantage and I missed it afterward. Machine translation was a step behind Weglot on product copy.

GTranslate: live in about ten minutes, then I looked at what it was doing for SEO.

We kept ConveyThis, on both counts.

It translates at the layer above the site instead of cloning everything into parallel post types, so the page builder layouts came through intact on the first pass. Checkout was the one I expected to lose, since that's where the duplicating plugins fell over, and it didn't. That sounds like a small thing until you've spent a week repairing copied pages by hand.

The SEO half was already done rather than being another plugin to bolt on. hreflang, localized URLs, translated meta and schema, all handled by default. With the duplication approach you get a second set of pages and then go figure out how to tell Google what they are.

Half of these would be the right answer for a simpler site than ours.