惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

云风的 BLOG
云风的 BLOG
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
IT之家
IT之家
Recent Announcements
Recent Announcements
B
Blog
D
Docker
V
V2EX
GbyAI
GbyAI
L
LangChain Blog
博客园 - Franky
U
Unit 42
T
The Blog of Author Tim Ferriss
A
About on SuperTechFans
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Vercel News
Vercel News
博客园_首页
D
DataBreaches.Net
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
量子位
Blog — PlanetScale
Blog — PlanetScale
罗磊的独立博客

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
How to Translate Your WordPress Site into 50+ Languages (...
Serghei Streltov · 2026-06-19 · via DEV Community

Serghei Streltov

Most WordPress translation solutions ask you to restructure your site. WPML adds a language switcher and creates separate post copies for each language. Polylang does the same. Both require you to manage translations page by page, keep multiple versions of every post in sync, and deal with plugin conflicts when your theme or other plugins update.

The WeLocale plugin works differently. There is no per-page translation workflow, no duplicate posts, no theme editing. You install the plugin, connect it to your WeLocale account with your app key, and the site is translated at runtime, in the visitor's browser, without touching your database.

Here is how to do it.

Step 1: Install the WeLocale plugin

In your WordPress admin, go to Plugins > Add New Plugin.
Search for WeLocale.
Click Install Now, then Activate.

The plugin is free and listed at wordpress.org/plugins/welocale.

Step 2: Get your app key

If you do not have a WeLocale account yet, sign up for free at welocale.net. The free plan includes 3,000 words and 1 language, enough to see it working on your real site.

Once you are in, go to Website > Widget in the WeLocale dashboard. Copy your Public App Key (a UUID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).

Step 3: Connect the plugin

  1. In WordPress admin, go to Settings > WeLocale.
  2. Paste your App Key into the field.
  3. Make sure your domain is listed under Allowed Domains in your WeLocale dashboard (Website > Settings > Allowed Domains).
  4. Save.

Reload your site's front end. The language switcher appears automatically, no shortcode, no widget placement needed.

How it works

The plugin loads a small JavaScript widget on your front end. When a visitor selects a language, the widget retrieves stored translations and replaces text in place. Your page structure, theme, and all other plugins stay exactly as they are. Nothing is changed server-side.

Translations are stored permanently in your WeLocale account. Words are never reset at month end, once a string is translated, it stays translated.

What about SEO?

On Pro and Scale plans, WeLocale automatically injects hreflang tags in the page <head> for every language you have enabled. This tells Google which version of a page to serve to which audience, with no duplicate content penalties.

On the free and Starter plans, translations are live for visitors but hreflang tags are not added. For a small site or a test this is fine. For production multilingual SEO, upgrade to Pro.

FAQ

Will this conflict with WPML or Polylang? No. WeLocale works on the rendered front end and does not touch WordPress's content or translation data. You can run both, though there is no reason to once WeLocale is set up.

Where do I manage translations? In your WeLocale dashboard at welocale.net. You can review and edit every translation, accept or revert changes, and see which strings are pending.

Do I need to update the plugin when the widget changes? No. The widget JS auto-updates without requiring a plugin release. Plugin updates are only needed when the settings screen or integration logic changes.

Is there a free plan? Yes. 3,000 words and 1 target language, no credit card required. Start free at welocale.net.

Does it work with WooCommerce? Yes. The widget translates everything rendered on the front end, including product names, descriptions, cart text, and checkout labels.

More platforms

The WeLocale JS widget works on any website. On Webflow, add it in Site Settings > Custom Code. On Wix, use the Custom Code section in Settings. On any custom HTML site, paste the snippet from your dashboard into the <head>. A Shopify app is coming soon.

Get started

Install the free plugin from wordpress.org/plugins/welocale and sign up free at welocale.net. The free plan covers your first 3,000 words, enough to translate your most important pages and see the result live before committing to anything.