2
votes
1answer
139 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 ...
3
votes
2answers
115 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 ...
0
votes
1answer
129 views

how to implement a language switcher widget / plugin for users

I'm needing to create an option for the users to change the language of the site. So, for example there would be a dropdown with languages that the user can choose from and this would change the ...
0
votes
1answer
63 views

Language translation on a fresh english installation

i need to translate an english wordpress installation to italian language,but i would like to mantain both languages en/english, so the user can choose which to turn on fron the frontend side. I need ...
0
votes
1answer
267 views

How to enable WPML in BuddyPress Multilingual Plugin in a single website?

There is a plugin called BuddyPress Multilingual version 1.4.0. I installed this plugin in wordpress. But I can't see it anywhere in the admin panel nor in plugins. There is very little documentation ...
1
vote
0answers
212 views

Xili language plugin not showing language flag

I just updated my wordpress version to 3.4.2 and I installed xili-language plugin v. 2.8.1 Everything works quite nice except one detail - I have 2 languages pl & english. I uploaded icon for ...
1
vote
1answer
84 views

Force Plugin to English Translation

Here's my thing: I'm using a plugin that has multilang capabilities. The point is that the language translation in my country lang is very bad and it makes more complex than simpler my work. :D. So ...
1
vote
1answer
372 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', ...
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 ...
0
votes
1answer
114 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 ...
5
votes
3answers
618 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 ...
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 ...
2
votes
4answers
696 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. ...
3
votes
1answer
667 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 ...
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 ...