Title: Need a specific multilanguage plugin.
Last modified: August 18, 2016

---

# Need a specific multilanguage plugin.

 *  [dmaher](https://wordpress.org/support/users/dmaher/)
 * (@dmaher)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/)
 * I’ve got a working blog and what I want is for the user to be able to enter their
   post in a number of different languages. So if I’m writing a post, I have the
   box to put the English version in, and also another box to put a French version
   in. When I hit submit, they both save to the database and it displays only the
   posts in the language of preference for the user. So if I select French, I get
   the French posts, and when selecting English I get the English posts. Is there
   anything out there? I’m afraid this is way too complicated for me to hack together
   so if there’s nothing available I reluctantly have to omit it from my project.
   Thanks.

Viewing 15 replies - 1 through 15 (of 15 total)

 *  [MichaelH](https://wordpress.org/support/users/michaelh/)
 * (@michaelh)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482842)
 * You might also consider one of the translation plugins [Translation_and_Languages](http://codex.wordpress.org/Translation_and_Languages)
   or a [widget](http://codex.wordpress.org/Plugins/WordPress_Widgets).
 *  Thread Starter [dmaher](https://wordpress.org/support/users/dmaher/)
 * (@dmaher)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482844)
 * Ya, checked those and didn’t see anything to fit what I’m looking for. Most of
   them translate after the entry is made.
 *  [enblogopedia](https://wordpress.org/support/users/enblogopedia/)
 * (@enblogopedia)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482903)
 * the same!
    i want to add an arabic interface to my blog and the ability to add
   post in english interface or arabic one! so when a user click lets say [http://mydomain.com/ar](http://mydomain.com/ar)
   will see the arabic interface (sidebar on the left, right to left text(rtl) …
   etc) and when the reader enter [http://mydomain.com](http://mydomain.com) or 
   [http://mydomain.com/en](http://mydomain.com/en) will see the original blog..
   any ideas!
 *  Thread Starter [dmaher](https://wordpress.org/support/users/dmaher/)
 * (@dmaher)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482913)
 * Anyone?
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482915)
 * Gengo does eaxctly that – which means you didn’t really check out the reference
   given to you! A behaviour that is very much not appreciated in this support forum…
 * One small difference about Gengo: you cannot post the English post AND the French
   post in the same time (technically impossible!), but if you have both texts, 
   just publish the English text and right after that make a new post marked “this
   is a translation of…XXX post”, select it’s language and post your French version.
 *  Thread Starter [dmaher](https://wordpress.org/support/users/dmaher/)
 * (@dmaher)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482918)
 * I did check out Gengo, it breaks my page whenever I upload gengo.php. It’s just
   that one file, if it’s on my server, my site reloads as just a white page. When
   I delete it from the server the site reloads and I can see everything.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482919)
 * Then there is something wrong with how do you install Gengo… or something else.
   
   I have a description [here](http://crosscultural.transycan.net/blog/archives/2006/11/08/wordpress-as-a-real-multilingual-cms-with-gengo/)
   about a successful multilingual site – with links to the example site.
 *  Thread Starter [dmaher](https://wordpress.org/support/users/dmaher/)
 * (@dmaher)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482920)
 * I simply extracted the files from the zip file and then uploaded the files in
   that directory to the mu-plugins folder with all the rest. It’s not that complicated.
   The only explanation for it is that it’s not supported with the mysql or PHP 
   versions on my server.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482921)
 * The other very possible explanation is that if you are using the MU version –
   you are in the wrong forum 🙂
 * [http://mu.wordpress.org/forums/](http://mu.wordpress.org/forums/)
 * I’d check with the plugin author if the plugin works with WP MU.
 *  Thread Starter [dmaher](https://wordpress.org/support/users/dmaher/)
 * (@dmaher)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482981)
 * I’ve decided to switch to regular WordPress for this specific project just because
   of the multilanguage plugins. So I’m trying to get Gengo going but the line in
   the readme.txt which says, “3. Add the languages you wish to use on the configuration
   screen. The first language you add will be the default language, and all existing
   posts will be marked as being written in this language. For English, use the 
   locale en_US, which is WordPress’ default.” is ambiguous. I don’t know what this
   means, there’s no configuration screen in the admin panel for WordPress. Here
   are the 5 steps I pulled it from….
 * == Installation ==
 * 1. Copy the gengo directory in the zip file to wp-content/plugins/
    2. Activate
   the plugin on the plugin screen. 3. Add the languages you wish to use on the 
   configuration screen. The first language you add will be the default language,
   and all existing posts will be marked as being written in this language. For 
   English, use the locale en_US, which is WordPress’ default. 4. Change your wp-
   config.php file by hand so that WPLANG is the locale of your default language.
   5. If a Gengo localisation .mo file is available for your language, also add 
   this to the Gengo directory.
 *  [moshu](https://wordpress.org/support/users/moshu/)
 * (@moshu)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482982)
 * _is ambiguous. I don’t know what this means, there’s no configuration screen 
   in the admin panel for WordPress. _
 * But there is for Gengo. After installing and activating the plugin, when you 
   are in the Dashboard – there is a menu item: Gengo. Click.
    It should take you
   to the first submenu of it > Languages. Scroll down… till you see Add languages.
   The first one that you add will be the default…etc.
 * And don’t forget to edit your config file to reflect this choice: i.e. if English(
   en_US) is chosen for default in the Gengo admin page > change the line in wp-
   config:
    `define ('WPLANG', '');` to `define ('WPLANG', 'en_US');`
 *  Thread Starter [dmaher](https://wordpress.org/support/users/dmaher/)
 * (@dmaher)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-482983)
 * Ah, I was running WordPress 1.5 and it didn’t give the configuration page after
   activating it. Once I installed 2.0.5, all is well.
 *  [lagerist](https://wordpress.org/support/users/lagerist/)
 * (@lagerist)
 * [18 years, 10 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-483036)
 * One question more here: Can someone explain me step by step how to “_change your
   wp-config.php file by hand so that WPLANG is the locale of your default language_.”
   I don’t even know where exactly I find my wp-config.php…. I am a very green WP
   newbie 😉
 *  [Pedro Carvalho](https://wordpress.org/support/users/pedroghandi/)
 * (@pedroghandi)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-483037)
 * [@lagerist](https://wordpress.org/support/users/lagerist/)
    wp-config.php is 
   at the main directory of your wordpress installation. “By hand” means that you
   must get acess to your server, and edit the file. To do that, you must use a 
   ftp client or ssh client. Open the file, edit that line, save … log out 😛
 *  [pif](https://wordpress.org/support/users/pif/)
 * (@pif)
 * [18 years, 9 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-483038)
 * Apparently, Gengo website is down. 🙁

Viewing 15 replies - 1 through 15 (of 15 total)

The topic ‘Need a specific multilanguage plugin.’ is closed to new replies.

 * 15 replies
 * 7 participants
 * Last reply from: [pif](https://wordpress.org/support/users/pif/)
 * Last activity: [18 years, 9 months ago](https://wordpress.org/support/topic/need-a-specific-multilanguage-plugin/#post-483038)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
