[Plugin: WP e-Commerce] no language chooser
-
i have wp e-commerce 3.7.6.2 and now i dont have a language option, thusi can use it only in english. is this possible at all and hot to fix it?
-
anyone?
can anyone comment at least can YOU change the language? do you haev this option?
does anyone know how to modify the language settings? the new version – 3.7.6.2 uses the language settings of wordpress – so if wordpress is in english – it uses english. i want mine to use chinese, even tho the wordpress is english.
help is much appreciated
can anyone help with this? anyone can confirm they have same problem? come on people, i am really stuck here.
Hey I have the exact same problem! There is no language chooser! I cannot find the answer. If you do please post it, as will I do… 🙁
That’s it! Thank you 2046.
Hello all,
For those that are searching for a way to change the language for wp e-commerce, here’s how:
1. Go to the /language directory for the wp e-commerce plugin.
2. Create a new directory in it named “backup”, for example.
3. Move all files in the /language directory to the backup directory, EXCEPT:
a. the EN-en.php
b. the MO and PO files for your language.That’s it!
I have been searching for a way to change the language for half a day, until by accident I moved the language files that I needed back to the /language directory, after moving all other files away. That did it.
I have no idea why this has not been documented, but to be very honest, since the developers sell docs and support, it seems they like to make a buck on these problems, instead of helping with these basic settings. Might not sound friendly, but considering the many, many people with this problem and no solution available, I cannot think of any other reason. Even a readme file in the directory would have helped many.
For the .php files in the directory, they are no longer used and are there for compatibility reasons. The EN-en.php file that is left in the directory is called in the code but not used. I have removed everything in it and tested it, but it’s also only there for compatibility reasons.
All the above works for the 3.6 and above versions.
Good luck!
TomIf the above doesn’t do anything, then this might be the reason:
Translated versions of WP seem to have a different way of defining language.
Before, in wp-config.php language was defined like this: “define (‘WPLANG’, ‘nl_NL’);”
But now it is defined like this: “define (‘WPLANG’, ‘nl’);”
Since WP e-commerce checks the language of WP to see which one to load, it doesn’t find the correct syntax and remains English, hard coded.
If you want to change the language of WP e-commerce, you’ll have to change “define (‘WPLANG’, ‘nl’);” to “define (‘WPLANG’, ‘nl_NL’);” (or whatever your language code is. This means that WP itself will move to English again, since it doesn’t recognize the language code now. 🙂
Perhaps renaming the language files of either correct setting will solve that, don’t know. But at least this is solved now beyond doubt 🙂
Thanks,
TomIf the above doesn’t do anything, then this might be the reason:
Translated versions of WP seem to have a different way of defining language.
Before, in wp-config.php language was defined like this: “define (‘WPLANG’, ‘nl_NL’);”
But now it is defined like this: “define (‘WPLANG’, ‘nl’);”
Since WP e-commerce checks the language of WP to see which one to load, it doesn’t find the correct syntax and remains English, hard coded.
If you want to change the language of WP e-commerce, you’ll have to change “define (‘WPLANG’, ‘nl’);” to “define (‘WPLANG’, ‘nl_NL’);” (or whatever your language code is. This means that WP itself will move to English again, since it doesn’t recognize the language code now. 🙂
Perhaps renaming the language files of either correct setting will solve that, don’t know. But at least this is solved now beyond doubt 🙂
Thanks,
Tomtomdekok how change language! in my ‘wp e-commerce’ please.
uhm there is no button that gives me the option to change the
language in the plugin menu.
😮my config.php -> is -> define (‘WPLANG’, ‘es_ES’);
then…??Hi Ioyarzun,
What you do is this:
Change in config.php WPLANG to: define (‘WPLANG’, ‘es’);
Then go to: /plugins/wp-e-commerce/languages/
create a backup directory in there and move all files to that directory, except:
EN_en.php
wpsc-es_ES.mo
wpsc-es_ES.poNext, RENAME the .mo and .po files to:
wpsc-es.mo
wpsc-es.poThe language for WordPress and WP e-commerce should now both be set to Spanish.
Let me know if it works!
Tomwow! thanks for help! ‘tomdekok’
ehem! my problem is hard :B!
I did your steps perfectly. and i change the language of wordpress into english. so i went back to the configuration old. but rename the plugin files. Nor .. look at the screenshots
ss1.jpg[ http://goo.gl/pMpx8 ]
ss2.jpg[ http://goo.gl/tCohE ]uhmm not change lenguage :/
greetingsHi, you didn’t follow the instructions correctly 🙂
In the screenshots you didn’t set: define (‘WPLANG’, ‘es’); It must be ONLY ‘es’. It is not now. That’s the problem.
wow! thanks for help! ‘tomdekok’
ehem! my problem is hard :B!
I did your steps perfectly. and i change the language of wordpress into english.yeah Mr tomdekok.
see my screenshot.
ss1.1[ http://goo.gl/67nlO ]
ss1.2[ http://goo.gl/N0t9U ]
ss1.3[ http://goo.gl/aoloJ ]
see, change the language to english wordpress, and no changes in e-commerce :Suhmmm no solution :/
Well, part of the backend is in Spanish I see 🙂
wp-e-commerce is a badly coded plugin. Also, the translations are not complete, much of the language is embedded in the php files of wp-e-commerce. I have spent a lot of time finding where the frontend texts are located in the php files, because the translations are not complete.
For the backend, parts are in English and changing the translation does not always change that. If part of the backend is in Spanish, it means you have set the right language, but the translation isn’t done well, unfortunately.
As far as I can see you have set it all correct now, as far as setting the right language is concerned.
Tom
The topic ‘[Plugin: WP e-Commerce] no language chooser’ is closed to new replies.