The multi-language tag has no wiki summary.
0
votes
1answer
287 views
Wordpress Multilingual Theme using Multisite
I have a site that needs to be billingual, English and French. I've created two sites in WPMU, and set the language settings of the second to fr_FR. Under the directory:
/wp-content/languages/
I ...
0
votes
3answers
110 views
Wordpress page with non-English text
I have a simple Wordpress page that takes input from users and store into a database. I am able to get the values and update the database properly. However, whenever I try to enter some non-English ...
1
vote
1answer
164 views
Generate multiple goo.gl shortlinks for qtranslate bilingual blog
I'm working on revamping my personal blog with a custom built theme and making it bilingual with the help of qtranslate. I've gotten to a grinding halt when it comes to automatically generating the ...
3
votes
1answer
532 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 ...
1
vote
1answer
277 views
Multisite WPLANG won't save
I have a multisite workpress install (v 3.3.2). I'm trying to save the WPLANG field but nothing happens. I get the confirmation message "Site options updated", but the field is still blank. And ...
1
vote
1answer
371 views
Why load_textdomain work but not load_plugin_textdomain?
In my plugin's init function
load_textdomain( 'myplugin', ABS_PATH_TO_MO_FILE ); // OK
load_plugin_textdomain( 'myplugin', false, ABS_PATH_TO_LANGS_DIR); // No effect
echo( __('Test', ...
3
votes
1answer
429 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 ...
1
vote
1answer
1k views
Using WP Multisite for multi language site? A good option?
I´m going to develop a site for a client which requires multiple languages. I have no experience with this from beforehand so I´m researching what might be the best way to do this.
The webpage will ...
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 ...
1
vote
2answers
169 views
Using categories as multilingual mechanism
Is there something wrong with the following approach.
I dislike installing plugins (with database access) on my wordpress.
But I want my wordpress to be multilingual .
What do you think about the ...
4
votes
3answers
277 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 ...
0
votes
1answer
127 views
Proper syntax for simple conditional bloginfo language
I need to do something like this:
<?php $bloginfo = get_bloginfo( 'language' );
if($bloginfo->en-US){
the_time('jS F Y');
}else{ the_time('d/m/Y');
};
?>
I cant find the proper ...
0
votes
1answer
846 views
How to create a language selection homepage?
I have a projects that needs a homepage similar to this one. I know there are many multi-language plugins out there. Here's exactly what I need:
if isHomepage and noLanguageSeleted
show ...
1
vote
1answer
328 views
Multi language site
I found that two most popular plugins for multi language sites are WMPL and qTranslate. First one is commercial, so this is not option, and second doesn't have ability to translate widgets in ...
3
votes
2answers
234 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 ...
0
votes
1answer
267 views
database columns: post_title vs post_name
I changed post_title, post_contents, and post_name to allow for utf by changing collating sequence to: utf8_general_ci
Then using add new post, I type for the title three Hebrew ALEFs.
The post_title ...
1
vote
1answer
409 views
conditional (theme) language selection at 'runtime'
I have two issues to change the language for the theme at 'runtime'. I'm not sure about my question title, hope my description helps.
I already use a plugin Polylang and there nice features: link ...
0
votes
1answer
866 views
How to use get_page_by_title() with qTranslate?
Any idea how I can use the WP function get_page_by_title() with qTranslate installed?
for example:
$page_contact = get_page_by_title( '_e("[:en]contact");' ,'page' );
$page_contact_ID = ...
0
votes
1answer
596 views
WP-e-commerce (getshopped) Hebrew language files - where can I get them?
I’m working on a dual language website (english+hebrew) the website uses wpml+wpec.
I’m looking for the hebrew language files (mo/po) – where can i get them?
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 ...
0
votes
1answer
193 views
Redirection plug-in and Chinese URLs
I have successfully used the redirection plug-in for a long time but for a recent project I am supposed to redirect URLs containing chinese characters and I can´t make the redirections to work with ...
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 ...
0
votes
1answer
113 views
is_front_page breaks with url parameters generated by a plugin
I have a website that displays a specific layout feature only on the homepage, and this is working fine. However, the client has suggested that they would like the website to be bilingual, and so I ...
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 ...
0
votes
1answer
541 views
Comment submission & navigation redirects to default language
I'm using qTranslate for multi-language & wp-commentnavi for comment navigation. The style of my base permalinks are like so:
site.com/ -> for default language
site.com/en/ -> for ...
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
...
3
votes
2answers
280 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 ...
1
vote
2answers
975 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?
5
votes
3answers
614 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 ...
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
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 ...
1
vote
1answer
328 views
Simple Multilanguage Switcher
Firstly i have been install wp with different languange with indonesian languange as default, i have plan, want to translate with other languange,
How to simple translate switch, but keep Indonesian ...
0
votes
1answer
600 views
WPML : how to pick a featured image only once for different languages?
I've got 3 languages on my site. Picking the same featured image 3 times for the 3 versions of each article is boring. Is there any way to do it only once ? (same for picking a tag)
0
votes
2answers
1k views
Developing different website editions based on countries?
This is what I want to do
User accesses the website from US or UK OR X country.
User gets redirected to a particular edition of the magazine(online) depending on the country that he/she is ...
0
votes
2answers
433 views
How to set a custom title per language?
I am running Qtranslate for my website see: http://tinyurl.com/63d4dqw
I am very impressed by this plugin.
Now my only problem is that I cannot set a custom title and description for my homepage per ...
0
votes
2answers
3k views
How to set up WPLANG in wp-config.php for 4 languages?
Good day!
I don't know much code so I've been researching on how to modify my wp-config.php file so that the content and widgets of my site will show in the four languages (aside from English) I have ...
0
votes
1answer
191 views
Trigger language change in Wordpress
I have read this: http://blog-en.icanlocalize.com/installing-wordpress-for-multiple-language-blogs/how-to-localize-wordpress-themes-and-plugins-with-gettext/
Right now, I have qTranslate installed ...
1
vote
1answer
470 views
How can I filter by slug depending on language selection
I'm new to this site but looking at the quality of answers provided here I will be here for a long time :)
Ok, first a bit of info:
I'm developing a bilingual website (English & Japanese) using ...
0
votes
1answer
101 views
Wrong WordPress language?
I'm a bit confused now.
I've installed Wordpress for my Polish friend from here:
http://pl.wordpress.org/
On my local machine everything works fine and is in Polish, but installing it on the web ...
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 ...
0
votes
1answer
489 views
How to create posts or pages with the names in wordpress?
When you develop a site on wordpress you may want to create posts/pages with the same name, something that wordpress does not allow by default.
Use cases:
example.com/en/contact
...
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 ...
6
votes
2answers
838 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 ...
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
908 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 ...
0
votes
2answers
1k views
WP E-commerce wpml translation or multilingual
Ok, i need to setup a shop, my choice, WP, now, the shop should be french and english, with product variation and newsletter tracking, this is the baseline
Now, everybody is talking about wp ...
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
0
votes
3answers
503 views
Problems character encoding for pages in multiple languages
I have a site that is in English but has a lot of German and Spanish names in it. Originally I was using UTF8, but that gave me problems with some of the German special characters. So I switched to: ...
0
votes
1answer
61 views
Non-Closing PHP Query in WordPress Loop
I have the following query in WordPress to call custom post meta, everything is working fine, with one exception, whichever query is second is echoing nothing. Sorry for the WordPress post, but for ...