WordPress.org

Plugin Directory

WP Multilang – Translation and Multilingual Plugin

WP Multilang – Translation and Multilingual Plugin

توضیحات

WP Multilang is a multilingual plugin for WordPress.

Translations of post types, taxonomies, meta fields, options, text fields in miltimedia files, menus, titles and text fields in widgets.

Home | Help & Tech Support | Documentation | Premium Features

New Features of the plugin WP Multilang

Features of the plugin WP Multilang

WP Multilang compatible with plugins

Advance Woocommerce Support

Manage translation settings via json.

Add in the root of your theme or plugin file wpm-config.json.

Sample configurations can be viewed in config files in folder ‘configs’ in root the plugin.

Configuration is updated after switching theme, enable or update any plugins.

The plugin has filters for dynamic application configuration for translate.

For turn off translation, set null into the desired configuration.
For example, you must turn off translation for a post type post.
There are two ways:

  1. In json.
    Create in root of a theme or a plugin file wpm-config.json with:
    {
    “post_types”: {
    “post”: null
    }
    }

  2. Through the filter.
    Add in functions.php
    add_filter( ‘wpm_post_post_config’, ‘__return_null’ );

To enable translation pass an empty array in php array() or empty object in json {}.

Supports translation multidimensional array of options, meta fields and post_content.
Supports the removal of established localizations.
Supports translation via GET parameter. Add in the GET parameter lang code desired language.
Supports clean database of translations when removing the plugin. Translations are only removed from the built-in tables.
Supports import term translations from qTranslate(by Soft79).
Supports automatically redirect to the user’s browser language, if he visits for the first time.

Ideal for developers.

For display language switcher in any place add the code to your template if ( function_exists ( 'wpm_language_switcher' ) ) wpm_language_switcher ();
Function accepts two parameters:
$type – ‘list’, ‘dropdown’, ‘select’. Default – ‘list’.
$show – ‘flag’, ‘name’, ‘both’. Default – ‘both’.

Or using the shortcode wpm_lang_switcher. It accept two not necessary parameters ‘type’ and ‘show’.

Available features for translation:
wpm_translate_url( $url, $language = ” ); – translate url
wpm_translate_string( $string, $language = ” ); – translate multilingual string
wpm_translate_value( $value, $language = ” ); – translate multidimensional array with multilingual strings

Update translation occurs at PHP. Therefore plugin has high adaptability, compatibility and easily integrates with other plugins. This is what distinguishes it among similar.

Available translation html tags by JS for strings what do not have WP filters before output.

Add your tags in config:

"admin_html_tags": {
    "admin_screen_id": {
      "attribute": [
        "selector"
      ]
    }
}

Where:
admin_screen_id – admin screen id.
attribute – attribute what need to translate. Available ‘text’ – for translate text node, ‘value’ – for translate form values. Or other tag attribute, like ‘title’, ‘alt’.
selector – css selector for search needed tag. Each selector is a new array item.

If You need to add translation for multidimentional array for repeated elements You can use custom tag ‘wpm_each’ for set config to each element in array.
Example, add config for each item ‘title’ in custom post field array:

"post_fields": {
    "custom_field": {
      "wpm_each": {
        "title": {}
      }
    }
}

For set translation uses the syntax:
[:en]Donec vitae orci sed dolor[:de]Cras risus ipsum faucibus ut[:]

Added shortcode for translate text in any place:
[wpm_translate][:en]Donec vitae orci sed dolor[:de]Cras risus ipsum faucibus ut[:][wpm_translate]

If You translate text in established language, add lang parameter:
[wpm_translate lang=”de”][:en]Donec vitae orci sed dolor[:de]Cras risus ipsum faucibus ut[:][wpm_translate]

Support translating from syntax qTranslate, qTranslate-X, WPGlobus etc.

Compatible with REST-API.
Support transfer the required translation through option lang in the GET request to REST.
Has the ability to keep recording the target language through the transmission parameter lang in the request.

Migration from qTranslate-X

  1. Before installing/uninstalling, make database backup.
  2. Deactivate qTranslate-X.
  3. Install and activate WP Multilang.
  4. Create in root of your theme file ‘wpm-config.json’.
  5. Add all needed post types, taxonomies, options, fields to ‘wpm-config.json’. Setting from qTranslate-X not importing.
  6. Import term names from qTranslate.
  7. Check that everything is okay.
  8. If everything is okay, remove qTranslate-X. If not, make screenshots of errors, restore database from backup and add support issue with your screenshots and description of errors.

Warning

Not compatible with:
– WP Maintenance

Known issues

Function ‘get_page_by_title’ not working, because in title field are stored titles for all languages. Use function ‘wpm_get_page_by_title( $title )’ as solution.

NOTE: Because plugins have different ways of storing data, WP Multilang is not compatible with every single plugin out-of-the-box (mostly page builders). This may result in texts not being translatable or translations not being saved. Most of these issues can be resolved using the integration options (wpm-config.json or filters) of WP Multilang.

Please try WP Multilang in a test-environment before activating it on an existing production site and always make a backup before activating!

Home | Help & Tech Support | Documentation | Premium

Support

We try our best to provide support on WordPress.org forums. However, We have a special community support where you can ask us questions and get help about your WP Multilang related questions. Delivering a good user experience means a lot to us and so we try our best to reply each and every question that gets asked.

Bug Reports

Bug reports for WP Multilang are welcomed on GitHub. Please note GitHub is not a support forum, and issues that aren’t properly qualified as bugs will be closed.

عکس‌های صفحه

بلوک‌ها

این افزونه 1 بلوک ارائه می‌دهد.

Language Switcher Example block scaffolded with Create Block tool.

نصب

  1. Upload the plugin files to the /wp-content/plugins/wp-multilang directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Adjust languages on WP Multilang Settings page.

سوالات متداول

I add new translation, but it rewrite another translation on different language.

If you have opened several browser tabs for editing this post in different languages, translation will be saved for the language that you opened last.

نقد و بررسی‌ها

3 مارس 2026
We had a very specific setup involving Oxygen Builder and XLIFF import functionality. Although our requirements were quite complex, the support team — especially Naveen — invested a lot of time and effort to analyze our website and work on compatibility improvements. Communication was always responsive, professional, and solution-oriented. Even when challenges arose, they stayed committed and worked hard to find a solution. While our internal timeline ultimately required us to move in a different direction, we truly appreciated the dedication and technical effort put into supporting our use case. If you are looking for a team that genuinely cares about their customers and continuously improves their product, this plugin is definitely worth considering.
3 دسامبر 2025
Unfortunately, I bought the Pro version. Could not activate the plugin properly as I did not have the rights to enter the license key (as admin???). For entering the license key they asked me to give them backend access to my site. This is not trustworthy for me.
1 دسامبر 2025
I had a template specific serious shop front translation issue which seemed irreparable. Guys from plugin support were consistent, made lots of effort and after all fixed the issue. I am simply very happy 🙂
2 اکتبر 2025 5 پاسخ
More convenient and intuitive than similar plugins. It does have some drawbacks: it doesn’t translate some plugins and forms, but I think this will be fixed soon, as bugs are quickly fixed. I would recommend the developers add OpenAI so that you can add your own key from OpenAI and have everything translated automatically via a neural network. Thank you.
18 آگوست 2025 1 پاسخ
Had an issue with a non-responsive customer service. Apparently I emailed during a holiday which led to a delayed response. Plugin is good! – I am still trying to figure out all options and license is a a bit tricky – glitching but it is being addressed now and expected to get resolved.
29 ژانویه 2025
The support of the developers is simply stellar… The plugin by itself is amazing but I noticed that it didn’t work with custom post types. However, the support patiently and quickly replied to my questions and provided me with a code to support them. Search the support forum for it… But maybe you won’t need it as they plan to integrate support for CPTs in the near future… Amazing translation plugin, easy to use. Love it.
خواندن تمامی 100 نقد و بررسی‌

توسعه دهندگان و همکاران

“WP Multilang – Translation and Multilingual Plugin” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

“WP Multilang – Translation and Multilingual Plugin” به 10 زبان ترجمه شده است. با تشکر از مترجمین برای همکاری و کمک‌هایشان.

ترجمه “WP Multilang – Translation and Multilingual Plugin” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

2.4.29

2.4.28

2.4.27

2.4.26

2.4.25

2.4.24

2.4.23

2.4.22

2.4.21

2.4.20

2.4.19.1

2.4.19

2.4.18

2.4.17

2.4.16

2.4.15

All changelog available on GitHub.

اطلاعات

امتیازها

4.3 از 5 ستاره.

مشارکت کنندگان

پشتیبانی

مشکلات حل شده در دو ماه گذشته:

1 از 2

مشاهده انجمن پشتیبانی

کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

کمک مالی به این افزونه