Title: Quick Multilingual
Author: Pieter Bos
Published: <strong>26 Tháng 9, 2024</strong>
Last modified: 16 Tháng 6, 2026

---

Tìm kiếm plugin

![](https://ps.w.org/quick-multilingual/assets/banner-772x250.jpg?rev=3158050)

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

# Quick Multilingual

 Bởi [Pieter Bos](https://profiles.wordpress.org/senlin/)

[Tải về](https://downloads.wordpress.org/plugin/quick-multilingual.1.5.6.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/quick-multilingual/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/quick-multilingual/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/quick-multilingual/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/quick-multilingual/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/quick-multilingual/)

## Mô tả

Quick Multilingual is a WordPress plugin designed to offer a streamlined, user-friendly
solution for creating bilingual websites with the flexibility to expand into multilingual
sites in the future. This Lite version is tailored for smaller websites with up 
to two languages and a maximum of four pages, making it perfect for businesses and
individuals who need a straightforward setup. The plugin automatically adjusts the
HTML lang attribute and adding hreflang tags for better SEO and user experience.

### Features

 * **Adjust HTML Lang Attribute:** Dynamically set the `lang` attribute in the HTML
   tag based on the current language.
 * **Custom Hreflang Tags:** Define custom hreflang codes for primary and secondary
   languages.
 * **Language Folder Redirection:** Redirect the parent language folder to the secondary
   language homepage.
 * **Mapping:** map up to 4 pages of the primary language to their translation in
   the secondary language.
 * **Easy Configuration:** User-friendly settings page for managing language settings
   and redirections.
 * **Settings Link:** Convenient link to the plugin settings from the main Plugins
   page.

### Configuration

 1. **Add Pages:** Create your website pages in the primary language as usual. For 
    the secondary language, create a language “folder” page and add child pages underneath
    for each translated page.
 2. **General Settings:** Navigate to the Settings page and configure the HTML language
    attributes (there is a link included to look those up) for your primary and secondary
    languages. Define the language “folder” page and specify the number of pages your
    website will have (up to four in the Lite version).
 3. **Map Translations:** Use the Translation Mapping tab to link each secondary language
    page to its corresponding primary language page. Important: make sure to set the
    homepage as first mapped page.
 4. **Finalise with Navigation:** Add the main navigation menu with the primary language
    pages and the secondary language “folder” under which you can add the translated(
    child) pages. The plugin handles all the necessary technical details, ensuring 
    your multilingual site functions smoothly with the correct language tags and redirections.

## Ảnh màn hình

[⌊General Settings tab (set HTML attribute and hreflang tag primary/secondary languages)⌉⌊
General Settings tab (set HTML attribute and hreflang tag primary/secondary languages
)⌉[

General Settings tab (set HTML attribute and `hreflang` tag primary/secondary languages)

[⌊Page Translations tab (to map translations)⌉⌊Page Translations tab (to map translations
)⌉[

Page Translations tab (to map translations)

[⌊Frontend sourcecode primary language⌉⌊Frontend sourcecode primary language⌉[

Frontend sourcecode primary language

[⌊Frontend sourcecode secondary language1. Settings Page: Configure primary and 
secondary languages, hreflang codes, and homepage.⌉⌊Frontend sourcecode secondary
language1. Settings Page: Configure primary and secondary languages, hreflang codes,
and homepage.⌉[

Frontend sourcecode secondary language1. **Settings Page:** Configure primary and
secondary languages, hreflang codes, and homepage.

## Cài đặt

 1. Upload the `quick-multilingual` folder to the `/wp-content/plugins/` directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Read “Configuration” in readme file.
 4. Go to **Settings > Quick Multilingual** to configure the plugin.

## Hỏi đáp

### How do I determine the correct HTML lang attribute and hreflang code for my languages?

You can find the appropriate HTML lang attributes and hreflang codes for most languages
[here](https://gist.github.com/JamieMason/3748498).

### What if my secondary language homepage is not listed?

Ensure the page is published and not in draft mode. Refresh the settings page to
update the list of pages.

### Can I use this plugin with any WordPress theme?

Yes, this plugin is designed to work with most themes, but menu handling is not 
included. You may need to customise your theme if it has specific requirements for
multilingual navigation.

### With a settings page comes additional entries in the database; what happens on uninstall?

Great question!
 Indeed the Quick Multilingual plugin writes its settings to the
database. The included `uninstall.php` file removes all the plugin-related entries
from the database once you remove the plugin via the WordPress Plugins page (not
on deactivation).

### I have an issue with this plugin, where can I get support?

Please open an issue on [Github](https://github.com/senlin/quick-multilingual/issues)

## Đánh giá

![](https://secure.gravatar.com/avatar/bb90f07f70ef78cfc23b983f11f8340bbd54eb12612f7d3ea9a8695e0afa0afe?
s=60&d=retro&r=g)

### 󠀁[Amazing how the plugin worked perfectly!!!](https://wordpress.org/support/topic/amazing-how-the-plugin-worked-perfectly/)󠁿

 [lobotheone](https://profiles.wordpress.org/lobotheone/) 26 Tháng 9, 2024 1 trả
lời

Amazing how the plugin worked perfectly!!! it save me lots of headaches and hours
of work!

 [ Đọc tất cả 1 đánh giá ](https://wordpress.org/support/plugin/quick-multilingual/reviews/)

## Người đóng góp & Lập trình viên

“Quick Multilingual” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

 *   [ Pieter Bos ](https://profiles.wordpress.org/senlin/)

[Dịch “Quick Multilingual” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/quick-multilingual)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/quick-multilingual/), check
out [SVN repository](https://plugins.svn.wordpress.org/quick-multilingual/), hoặc
theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/quick-multilingual/)
qua [RSS](https://plugins.trac.wordpress.org/log/quick-multilingual/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.5.6

 * date: April 27, 2025
 * removed redundant `load_plugin_textdomain()` function and increased min required
   WP version
 * tested up to WP 6.8

#### 1.5.5

 * September 26, 2024
 * Make HTML lang attribute output more robust

#### 1.5.4

 * September 26, 2024
 * Plugin approved by WP Plugins Review Team
 * Update readme files with screenshots

#### 1.5.3.

 * Change the namespace from `hlh`_ to `so_qmp_`
 * Improve sanitisation and escaping throughout the plugin
 * Properly enqueue scripts and styles
 * Internationalise all user-facing strings, including those in JavaScript
 * Update the uninstall.php file for better security and precision
 * Ensure proper handling of external links

#### 1.5.2

 * Resolve three errors (checking existence, unslashing, and sanitizing) that came
   up after running code through Plugin Check (PCP) plugin, which is requirement
   for release on WP Plugins Directory

#### 1.5.1

 * fix typos

#### 1.5.0

 * Add `uninstall.php` file to remove all registered settings from `wp_options` 
   table upon plugin deletion.

#### 1.4.0

 * Adjusted custom hreflang code options for both primary and secondary languages.
 * Add option to set the secondary language “folder”, the page that functions as
   the placeholder for the translations.
 * Add option to have user select the number of pages that need mapping (up to 4).
 * Adjust Page Translations UI to exclude the the secondary language folder from
   both primary and secondary language drop downs.

#### 1.3.0

 * Added custom hreflang code options for both primary and secondary languages.
 * Fixed HTML lang attribute output based on the selected language.
 * Included a settings link on the main Plugins page.
 * Removed navigation menu handling as it is managed through custom theme code.

#### 1.2.0

 * Improved hreflang tag generation to reflect proper language codes.
 * Added redirection from parent language page to secondary language homepage.

#### 1.1.0

 * Initial release with basic functionality for setting HTML lang attribute and 
   hreflang tags.

## Meta

 *  Phiên bản **1.5.6**
 *  Cập nhật lần cuối **2 tuần trước**
 *  Số lượt cài đặt **10+**
 *  Phiên bản WordPress ** 5.0 hoặc cao hơn **
 *  Đã kiểm tra lên đến **7.0**
 *  Phiên bản PHP ** 7.4 hoặc cao hơn **
 *  Ngôn ngữ
 * [English (US)](https://wordpress.org/plugins/quick-multilingual/)
 * Thẻ
 * [hreflang](https://vi.wordpress.org/plugins/tags/hreflang/)[internationalization](https://vi.wordpress.org/plugins/tags/internationalization/)
   [language](https://vi.wordpress.org/plugins/tags/language/)[multilingual](https://vi.wordpress.org/plugins/tags/multilingual/)
   [seo](https://vi.wordpress.org/plugins/tags/seo/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/quick-multilingual/advanced/)

## Đánh giá

 5 trên 5 sao.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/quick-multilingual/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/quick-multilingual/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/quick-multilingual/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/quick-multilingual/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/quick-multilingual/reviews/?filter=1)

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

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/quick-multilingual/reviews/)

## Những người đóng góp

 *   [ Pieter Bos ](https://profiles.wordpress.org/senlin/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/quick-multilingual/)

## Ủng hộ

Bạn có muốn hỗ trợ vào sự phát triển của plugin này?

 [ Ủng hộ plugin này ](https://so-wp.com/donations/)