Tagged Questions
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 ...
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 ...
3
votes
3answers
760 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 ...
0
votes
1answer
140 views
Transposh Japanese language transaltion not showing up
If you go to http://bit.ly/QdBvJ9 (link obscured so this isnt the first thing to show up when the new site is searched for) and click on japanese in the top left corner, it shows the japanese page ...
0
votes
1answer
116 views
WordPress For Urdu Language
Can I use WordPress for Urdu Language?
I want entire site to be toggled-translated in Urdu Language with one click...
Is it possible to do it with some plugin or do i have to write manual codes for ...
0
votes
1answer
288 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 ...
3
votes
1answer
431 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?
0
votes
1answer
600 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?
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 ...
3
votes
2answers
281 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 ...