Title: LATW Multilingual
Author: szymon0zawadzki
Published: <strong>2026 年 7 月 16 日</strong>
Last modified: 2026 年 7 月 16 日

---

搜索插件

![](https://ps.w.org/latw-multilingual/assets/banner-772x250.png?rev=3610494)

![](https://ps.w.org/latw-multilingual/assets/icon-256x256.png?rev=3610494)

# LATW Multilingual

 作者：[szymon0zawadzki](https://profiles.wordpress.org/szymon0zawadzki/)

[下载](https://downloads.wordpress.org/plugin/latw-multilingual.1.0.0.zip)

 * [详情](https://cn.wordpress.org/plugins/latw-multilingual/#description)
 * [评价](https://cn.wordpress.org/plugins/latw-multilingual/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/latw-multilingual/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/latw-multilingual/#developers)

 [支持](https://wordpress.org/support/plugin/latw-multilingual/)

## 描述

LATW Multilingual makes a WordPress site available in more than one language. It
provides a language switcher, clean language URLs (`/en/`, `/de/`), multilingual
SEO tags, and manual translation of your content, media and interface strings. You
can add as many languages as you need, and no API key or license key is required.

#### How it works

Most multilingual plugins duplicate every post for every language, LATW stores a
translation as an **overlay** rather than as a separate post: the original post 
is kept as it is, and the translated values are swapped in when a visitor opens 
the language URL. One post therefore stays one post in the database, whatever the
number of languages.

#### What you get

 * **No limits** – the multilingual engine and manual translation, with no language
   limit and no API key.
 * **One plugin** – switcher, routing, SEO, sitemap and translation are all included.
 * **SEO tags** – `hreflang`, `x-default`, self-canonical, `<html lang>` and sitemap
   annotations.
 * **Works with Gutenberg, page builders, Yoast SEO and Rank Math.**
 * **Standalone** – it is **not** a WPML/Polylang add-on; install it on its own.

#### Features

 * **Language switcher** – Gutenberg block, widget, `[latwm]` shortcode, and `latwm_switcher()`
   PHP function.
 * **Switcher styles** – dropdown, inline or select; flags optional.
 * **Language in the URL** – native WordPress routing with clean prefixes (`/en/`,`/
   de/`); your default language keeps its clean URLs with no prefix.
 * **Unlimited languages** – add as many as you like (URL prefix + WordPress locale
   + label + flag).
 * **Full multilingual SEO** – `hreflang` + `x-default`, canonical URLs, `<html 
   lang>`, and multilingual sitemap annotations.
 * **Manual content translation** – translate posts and pages right inside the native
   Gutenberg editor. The original is never touched; the translation lives as an 
   overlay under the language prefix.
 * **Page-builder translation** – translate builder-made pages through a dedicated
   shadow editor.
 * **Theme & plugin translation** – a built-in editor for interface strings (`.po`/`.
   mo`), with “Sync from template” to pull in new strings after an update.
 * **Media translation** – title, alt text, caption and description per language.
 * **Localized internal links** – links inside your content point to the correct
   language on the front-end automatically.

#### Pro edition

The free edition covers the switcher, routing, SEO and **manual** translation. A
separate **Pro** edition adds automatic AI translation, which uses your own OpenAI
key (usage is billed to you by OpenAI):

 * Automatic AI translation of posts, pages and custom content.
 * Bulk translation of the whole site, processed in a background queue.
 * Auto-translate on publish/update.
 * AI translation of theme and plugin strings (`.po`).
 * Glossary and translation memory for consistent terminology.
 * Cost estimation before running a batch.

AI and manual translation can be mixed: AI produces a first pass, which you can 
then edit by hand.

Learn more and get Pro: https://llm-automatic-translation.top/latw-multilingual/

### Developer features

 * `latwm_current_lang()` – prefix of the current language (`''` = default).
 * `latwm_current_locale()` – WordPress locale of the current language.
 * `latwm_get_languages()` – array of languages (including the default).
 * `latwm_get_url( $lang, $url = null )` – path URL in the given language.
 * `latwm_switcher( $args )` – echo/return the switcher markup.

Filters: `latwm_languages`, `latwm_detected_lang`, `latwm_switcher_args`, `latwm_url`,`
latwm_flag_url`. Action: `latwm_language_switched`.

### Requirements

 * WordPress 6.0+, PHP 8.0+.
 * Pretty permalinks (any structure other than “Plain”).
 * Single-site.

## 屏幕截图

[⌊Main translations page⌉⌊Main translations page⌉[

Main translations page

[⌊Translation history page⌉⌊Translation history page⌉[

Translation history page

[⌊Settings - add unlimited languages with prefix, locale, label and flag.⌉⌊Settings-
add unlimited languages with prefix, locale, label and flag.⌉[

Settings – add unlimited languages with prefix, locale, label and flag.

## 区块

该插件提供了 1 个区块.

 *   LATW Language Switcher Theme interface language switcher (server-rendered).

## 安装

 1. Upload the plugin to `/wp-content/plugins/`, or install it from **Plugins  Add 
    New**.
 2. Activate the plugin through the **Plugins** screen.
 3. Go to **LATW Multilingual  Settings** and add your languages.
 4. Add the language switcher via the block, the widget, the `[latwm]` shortcode, or`
    latwm_switcher()` in your theme.
 5. Make sure **Settings  Permalinks** uses a pretty structure (anything other than“
    Plain”).

Start translating from the post editor and from **LATW Multilingual  Translations**.

## 常见问题

### Is the free version usable on its own?

Yes. The free edition is fully functional: switcher, `/en/` URLs, the SEO tags and
manual translation of content, media and theme/plugin strings – with unlimited languages
and no API key.

### Does it duplicate my posts for each language?

No. Instead of creating a separate post per language, the original post is kept 
and the translation is stored as an overlay that is swapped in when the language
URL is requested.

### Will it slow my site down?

No. Because there is one post per URL and no heavy duplication, a site that scores
100 in Google PageSpeed before LATW still scores 100 after – in every language.

### Do I need an API key?

Not for the free version – manual translation requires no key. AI translation is
a Pro feature and uses **your own** OpenAI key, so usage is billed directly to you.

### Is this a WPML or Polylang add-on?

No. LATW Multilingual is a standalone plugin. It is not a replacement or add-on 
for WPML or Polylang – install it on its own.

### Does it work with page builders and SEO plugins?

Yes. It supports Gutenberg and page builders for content, and works alongside SEO
plugins such as Yoast SEO and Rank Math.

### What does Pro add?

Automatic AI translation: one-click bulk translation of the whole site, auto-translate
on publish/update, AI translation of theme/plugin strings, a glossary and translation
memory, a background queue and cost estimation.

## 评价

此插件暂无评价。

## 贡献者及开发者

「LATW Multilingual」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ szymon0zawadzki ](https://profiles.wordpress.org/szymon0zawadzki/)

[帮助将「LATW Multilingual」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/latw-multilingual)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/latw-multilingual/)，
查看[SVN仓库](https://plugins.svn.wordpress.org/latw-multilingual/)，或通过[RSS](https://plugins.trac.wordpress.org/log/latw-multilingual/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/latw-multilingual/)。

## 更新日志

#### 1.0.0

 * First public release.

## 额外信息

 *  版本 **1.0.0**
 *  最后更新：**3 天前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 6.0 或更高版本 **
 *  已测试的最高版本为 **7.0.2**
 *  PHP 版本 ** 8.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/latw-multilingual/)
 * 标签
 * [hreflang](https://cn.wordpress.org/plugins/tags/hreflang/)[language switcher](https://cn.wordpress.org/plugins/tags/language-switcher/)
   [multilingual](https://cn.wordpress.org/plugins/tags/multilingual/)[seo](https://cn.wordpress.org/plugins/tags/seo/)
   [translation](https://cn.wordpress.org/plugins/tags/translation/)
 *  [高级视图](https://cn.wordpress.org/plugins/latw-multilingual/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/latw-multilingual/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/latw-multilingual/reviews/)

## 贡献者

 *   [ szymon0zawadzki ](https://profiles.wordpress.org/szymon0zawadzki/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/latw-multilingual/)