No Extensions, No Code: Google Translate's "Websites" Feature Translates Any Web Page In Place, With One Click
You've surely run into this scenario: a search leads you to a foreign-language website that looks genuinely useful — English, Japanese, or German filling the screen — but there's no translate button in your browser, and copy-pasting paragraph by paragraph is a chore. Or maybe you're testing a multilingual site you just launched and want to quickly see how it looks to a Japanese user. Google Translate now offers a very direct answer — its web version has quietly added (or rather, brought back) a "Websites" tab: enter a URL, get the entire site translated with the page's styling fully intact, the text swapped in place, right where the original words stood.
Here's the entry point:
https://translate.google.com/?sl=auto&tl=ja&op=websites
After translate website example: https://h3max-pro.translate.goog/?_x_tr_sl=auto&_x_tr_tl=ja&_x_tr_hl=en&_x_tr_pto=wapp
- What It Is: Website Translation, Cut Once and Now Back
Long-time web users may remember Google Translate's old translate.google.com/translate?u=URL feature — paste a link and read the translated page. That entry point was shut down around 2019, and for years the fallback was installing a browser extension. Now, the translate.google.com interface has a "Websites" tab at the top (alongside "Text", "Images", and "Documents"), and website translation has returned in a much cleaner form: no plugin, no extension, nothing to install — just open the page and enter a URL.
The three parameters in the link are worth unpacking:
- sl=auto: the source language. "auto" means automatic detection. Leaving it on auto is almost always the right choice — let Google figure out what language the page is in;
- tl=ja: the target language, where "ja" is Japanese. Swap it to zh-CN for Simplified Chinese, en for English, ko for Korean — the codes map one-to-one to the 100+ languages Google Translate supports;
- op=websites: the operation type. "websites" is what selects website translation, as opposed to text or document translation.
Of course, you don't have to build the URL by hand. Just open translate.google.com, click the "Websites" tab at the top, set the left dropdown to "Detect language", pick your target language on the right, paste the URL, and hit the arrow — same result.
- The Best Part: Original Styling Preserved, Text Translated "In Place"
The classic failure mode for tools like this is turning a web page into an unreadable wall of plain text. Google's website translation is a different experience altogether: the translated page keeps the original site's full layout, CSS styling, images, navigation, and interactive structure. What you see is still the site as it was designed — only the text has been replaced with your chosen language, and it sits exactly where the original text was. Headlines are still headlines, button labels are still on their buttons, table contents are still in their tables, and the sidebar doesn't migrate to the bottom of the page.
That's a qualitative leap for readability. Reading a Japanese tech blog, the layout, code blocks, images, and typographic rhythm all match the original site — it feels like the blog was written in your language in the first place.
Two thoughtful interactions deserve a mention: - One-click switch between original and translated views. Once a page is open, the tabs at the top (or the dropdown menu at the top right) let you flip between "Translation" and "Original" at any time; on small screens, use the "Show original page" toggle under the "More" menu. Want to check the original wording? One click and you're back.
- Change the target language on the fly. Already reading a translated page and decided you'd rather see it in Chinese? Just open the dropdown in the translation-language tab and switch — no need to go back and re-enter the URL.
- Where It Really Shines
- Reading foreign-language material: documentation, tutorials, news, paper previews — especially niche sites that never got a localized version;
- Shopping and price comparison: understanding product titles, specs, and return policies on overseas e-commerce sites, with spec tables and price tags staying right where the original site put them;
- Competitor research: quickly browsing a foreign competitor's landing and pricing pages without copying text over piece by piece;
- Testing your own site: if you run a multilingual site (say, a freshly launched Japanese version), opening your own domain with tl=ja is a low-cost sanity check of how the page renders under machine translation.
- A Few Things to Keep in Mind
To be fair, it has its limits — go in with the right expectations: - Not available in all regions. Google's official help documentation explicitly notes that the feature "isn't supported in all regions"; whether you can use it depends on access to Google services where you are;
- Login-gated and heavily interactive pages are limited. Translation happens on Google's side, so session-bound actions like logging in or adding to a cart can't be completed inside the translated view; heavily JavaScript-rendered single-page apps (SPAs) sometimes get captured incompletely;
- Text baked into images isn't translated. It translates HTML text — words hard-coded into images, banners, and videos stay as they are;
- It's still machine translation. It's an excellent tool for understanding, but for anything you plan to publish or use commercially, human editing is still recommended.
- Final Thoughts
Website translation isn't new technology. But when "no extension, styling preserved, translated in place, bilingual toggle" all show up in one tool, the experience changes completely. The cost of "understanding a foreign website" has been compressed to: paste a URL, click once. Next time an unfamiliar language stands between you and good content, try this entry point — just swap the tl=ja in the link for whatever language code you need.