The multi-language tag has no wiki summary.
14
votes
3answers
2k views
Change language by clicking a button
The goal is to offer a button/select drop-down or similar to switch the public interface1) language on the fly.
What I'm searching for
Plugin or Theme Code...
... or Ideas
Using a work-around with ...
9
votes
2answers
3k views
Best practices for localizing WordPress content?
A client asked for a blog that will have localized content (i.e. en.blogname.com for English content, fr.blogname.com for French content, etc). Being new to building such a blog, we recently ...
8
votes
7answers
26k views
Best Wordpress Multi-language Plugin? [closed]
What is the best multi-language plugin for WordPress?
WordPress does not have multi-language support itself, so you need to use a plugin to obtain multi-language functionality. Do not suggest the ...
8
votes
5answers
6k views
Best Wordpress Localization Plugin?
We would like to translate our Wordpress installation into multiple languages.
I found the following 3 plugins:
ICanLocalize
http://wordpress.org/extend/plugins/icanlocalize-translator/
GTS ...
6
votes
2answers
835 views
Multilingual WordPress plugins
I've been using WPML to have multilanguage capabilities in my WordPress implementations. Now WPML has gone commercial, and I'm looking for a open source non-commercial replacement.
My main concerns ...
5
votes
1answer
345 views
Rewrite Rule for Multilingual Website, Like qTranslate?
I would like to write my own little plugin for language switching. For that, the very first thing would be to get the rewrite rules running. I have been looking around the web for 2 hours, but I ...
5
votes
3answers
613 views
How to keep plugin translates after updates?
http://wordpress.org/extend/plugins/bbpress/
bbpress' language folder ( wp-content/plugins/bbpress/bbp-languages ) have that warning:
/**
* Do not put custom translations here. They will be deleted ...
4
votes
3answers
263 views
How do I change the language of only the login page?
My wordpress blog is set up as de_DE.
This means that my login page is also displayed in de_DE.
I would like to only have the login page in en_US.
So, How would I programmatically change a single ...
4
votes
3answers
273 views
Having two different versions of the same post?
I'm currently working on a site that's targeted for beginners in a new language. Now I'm looking for something that can ease my work with having two different versions of the same post. One "easy to ...
3
votes
7answers
2k views
What are options are there to implement a multi language site
What is the best way to have multiple languages on a site. I was thinking of using WP3.0 and then having each language of the site being a seperate blog in a sub directory. I.E.
example.com
...
3
votes
2answers
1k views
Multisite - how to remove the root '/' site?
I want to install WP in 3 languages: en, ro, ru
mysite.com/en
mysite.com/ro
mysite.com/ru
I was not sure, but installed WP in the root folder.
Now I need to redirect visitors to default language. ...
3
votes
2answers
114 views
What is the purpose of adding a .po file?
I added the below code to the function.php of a .po file and finished localization and edited the webconfig.php to add Arabic language but nothing happened. I want to know what should happen. Will the ...
3
votes
3answers
751 views
Titles in my sidebar widget appear in all languages - with qtranslate
So here's my code, using the qTranslate plugin:
query_posts(array('post_type' => 'uk_blog', 'numberposts' => 2));
$i = 0; while(have_posts()): the_post($post);?>
<div ...
3
votes
1answer
423 views
Setting WPLANG from a plugin
For a single site wordpress, the language must be set from wp-config.php's WPLANG, but is it possible to set from my plugin which override the default value?
3
votes
1answer
4k views
qTranslate get content by language
How do you get the content by id and by specific language?
I need to display two specific language content in a page, regardless of the session's language.
So far, this is my progress: this works ...
3
votes
1answer
140 views
What is better for wordpress performace?
I'm developing a website using the WPML plugin. And I would like to know which is the better option, or even the correct way to change classes or IDs between the languages.
Sample code:
<ul ...
3
votes
2answers
2k views
WPML: getting page title in different language
i'm running my web in english and german using the WPML plugin.
my question:
when in english mode - is it possible getting the page_title() but in german?
thanks
3
votes
2answers
10k views
How to change language?
Sorry for this complete newbie question, but I googled it and cannot find this simple information.
I just installed Wordpress today.
Right now all text on my Wordpress Blog is in English: "Home", ...
3
votes
1answer
105 views
Integrate post tags in Post Edit page with qTranslate
Summary
In the tags widget in the Post Edit page, I need to know a way to filter through:
the tags suggestions
the tag terms update when saving or updating the post
At least that is what I think ...
3
votes
1answer
530 views
Change admin language based on user (in single-site)
I'm trying to make a small plugin to install in some sites of a german client.
I can make my way around WordPress in german, but would be easier if it was in english.
There's a plugin that manages ...
3
votes
2answers
232 views
How to add just one page in Arabic
Hi I have a WordPress site where all the content is in English, however I need just one page to be in Arabic with left to right text, plus some bullets which obviously appear on the right instead of ...
3
votes
2answers
277 views
Localization: I want the backend: english and frontend in defined language
I'd like to have the backend of Wordpress in English and use a different locale for the frontend
so far I figure out perhaps I could do it by setting in the wpconfig the locale I want to use in the ...
3
votes
1answer
236 views
One of the messages in .po file doesn't show up
I've changed a file wp-content/languages/pl_PL.po
#: bfa_header.php
msgid "notice"
msgstr "napis"
msgid "Online Information Website"
msgstr "Internetowy Portal Informacyjny"
msgid "something"
...
3
votes
1answer
259 views
Setting up partial Right-to-Left admin interface
I am building a custom theme WordPress instance, which needs to be Arabic at the public face and English on Admin site, but with RTL (flush right) in editing fields. My theme takes care of the public ...
3
votes
2answers
906 views
Wordpress | Sub-domain switching
I'm finding a way to redirect to a sub-domain. Sub-domains contain instances of multiple languages, say for an example -:
http://mysite/?p=7694
This is the English site and I want it to redirect to ...
3
votes
2answers
590 views
Multi-language module in Wordpress or Google sites
Which is an easy software for creating a simple multi-language website? I'd like a button to switch from English to German, for example. I don't want to write code, possibly. Thanks, Carlo
3
votes
1answer
665 views
Qtranslate displays empty categories with get_categories()
I am using qtranslate (Wordpress Plugin) on a website and I don't want to display categories that don't contain posts for a language.
So when I do get_categories() (without qtranslate) the ...
3
votes
1answer
82 views
Creating custom permalink structure for languages
I've written a simple multi-language system, whereby clicking on a flag icon sets a one year cookie containing a two letter language code (e.g. nl, de, etc).
I hook into the wp action to read the ...
2
votes
4answers
692 views
What is the best page ordering plugin that works well with WPML?
The title says it all.
What is the best page ordering plugin that works well with WPML? It seems that may are reporting issues with different plugins such as my page order and WPML page order.
...
2
votes
2answers
1k views
Does changing 'WPLANG' in wp-config.php just effect the admin language or does it have other consequences?
I am curious to know if setting 'WPLANG' in wp-config.php just effects the admin language or does it have other consequences?
I run a blog in a foreign language but use English in my admin. I ...
2
votes
2answers
189 views
Separate backend “Widgets” page for each language
Im currently trying to make my backend work with multiple languages.
Im using qTranslate as my translation plugin.
So far I have accomplished a custom option page with multi-language support. When ...
2
votes
1answer
208 views
How to change menu according to the language?
I want to change primary menu according to the language of the user. I have reviewed multi language plugins such as WPML and qTranslate. They have lots of features but what I want is much simpler than ...
2
votes
1answer
228 views
Redirect one of two domains on one Wordpress installation
I have to domains: mydomain.dk and mydomain.de. Both are showing the same page in danish. I have a plugin that takes care of the languages, but I need to connect the .de domain to the german 'language ...
2
votes
1answer
1k views
How to set back-end language per user?
I would like to use the english interface for the back-end but I would like to set it to native language for an editor. I know WPML has this feature, but I don't want to install the unsupported WPML ...
2
votes
1answer
3k views
How do you install a .MO (language file) to use as part of a theme?
I have my own theme that I've created and I need to support 3 languages. I started by adding the gettext functions to my template _e("string","namespace") etc, generated the po file with Poedit, and ...
2
votes
1answer
39 views
Is there a way to localize role labels?
I'm using Justin Tadlock's Members plugin to create new roles and WP Role on Registration to display them on the registration form.
I've got a multilang site (English and Spanish) and I've localized ...
2
votes
1answer
134 views
Setting up a multilingual wordpress site
I am trying to set up a multilingual site using wordpress. I went through Each language in its own WordPress installation and decided to use this option:
Plugins like Multisite Language Switcher ...
2
votes
1answer
128 views
Should multi-language site using multi-site architecture have default language in base site?
I am setting up a multi-language site using wordpress multi-site and wanted some feedback on the best approach/best practice.
I will have the following languages: en, sa, de, ru.
en is default.
...
2
votes
2answers
507 views
Making a theme multilingual by adding a custom taxonomy to posts and pages called “Languages”?
Recently, I've been thinking of implementing an easy and simple localization feature in my
WordPress site.
I thought about adding a custom taxonomy to my posts, and pages called "Languages."
So ...
2
votes
0answers
69 views
How to change ?lang=cn into /cn/
I'm trying to add languages to my wordpress driven website and i installed xili-languages plugin. Unfortunately it uses lang param to differentiate between languages and i rather have seen something ...
2
votes
0answers
1k views
Qtranslate + Advanced Custom Fields: how to have a multilanguage wysiwyg editor?
This is my setup:
Wordpress: 3.4.2
qTranslate: 2.5.32
Advanced Custom Field: 3.5.1
i've also installed qTranslate extension: 1.1.1 but I don't know how/if it works...
How can I have a ...
2
votes
1answer
103 views
How can I customize the upload error message in Wordpress?
After following the guide for How can I prevent uploading bmp image? to remove bmp (and in my case tiff images) from being uploaded, I tested and it is working, but noticed users are now getting the ...
2
votes
2answers
4k views
Multi-language permalink in qtranslate
I am using qtranslate plugin for my WordPress site to make it a multi-language site.
Now I have got a requirement like
For English the url should look like www.sitename.com/contact-en
For French the ...
2
votes
0answers
223 views
Insights into WordPress Multi-Site, Domain Mapped, and Multilanguage site using WPML [closed]
I have a project with WordPress for a multi-language, multi-country site.
I want to have a structure like:
domain.com
domain.com/es
domain.com/de
domain.com/fr
domain.es
domain.es/en
...
1
vote
2answers
67 views
Two language versions for each article
I have a Wordpress website that needs to be available in two different languages. We have the articles written in both languages already.
I've seen a lot of solutions providing automatic ...
1
vote
2answers
970 views
How can I set up multi language admin ui?
I will have two admin users, one of them only speaking italian and the other only speaks english. How can I setup multi-language admin user interface?
1
vote
2answers
2k views
how to load the language file in plugin?
I'm unable to load the plugin's locale file (.mo). I did all the procedues described in the http://codex.wordpress.org/Writing_a_Plugin but its not working. If I the lang string to the wordpress ...
1
vote
2answers
2k views
Checking current language in a function
I am running WordPress with "WPML Multilingual CMS", so that it has multiple language versions.
In a function used with add_action('template_redirect',<functionname>), I need to find out what ...
1
vote
1answer
169 views
detect the language a post is written in
Is there any way to evaluate the language a post/page is written in? I am building a multilingual site and am almost pulling my hair out trying to get the front-end navigation to take the chosen ...
1
vote
1answer
35 views
Were the language toggles removed from WP recently?
I need to change my weblogs language to "English".
I am refering to the article: http://en.support.wordpress.com/language-settings/ which allegedly was "Last modified: July 16, 2012".
I only looked ...
