WPMultiLanguageChanger

WPMultiLanguageChanger

This plugin allows you to write and you readers to change between languages in your blog in a easy way.

  • Almost active
    This plugin was not updated the last 5757 days ago.
  • This plugin is not tested with the last major release of WordPress
    Content for list item
  • There is no information available which PHP version this plugin requires
    The latest stable PHP 8.5.0 was released on 20 November 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

0

Active installs

10

Total Downloads

7K

Support Threads

0

Last updated

03 March 2010

Added

12 April 2009

Versions

100%
  • Version 0.5

About WPMultiLanguageChanger

FAQ

How do I define a language?

Just create a div using a class with the language code, for example:
I write posts in Brazilian Portuguese and English, so what I have to do is write
my Portuguese text inside a div that class is “pt_br” and my English text
inside a div that class is “en”.
Here is an example:
<div class=”en”>English</div> <div class=”pt_br”>Português</div>.

Changelog

Version 0.5

  1. Fixed a bug in flags box’s display. Thanks René Kooijman.

Version 0.4

  1. Stoped showing the flags div in non multi language posts.
  2. Added eight more flags.
  3. Added a border to the active flag.

Version 0.3

  1. Blog posts where empty for rss readers.

Version 0.2

  1. Fixed the flag’s images path problem. (Thanks PotHix)

Version 0.1

  1. First release.

How to install WPMultiLanguageChanger

  1. Upload wpmultilanguagechanger to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Write some posts using special divs (See FAQ).
  4. Enjoy your multi language blog!