• Hell all,

    I’ve been struggeling for over two days trying to figure out how to change the language of the frontend of my webshop. I’m using wp e-commerce plugin, newest version.

    What I’ve done so far:

    Downloaded poEdit, saved my new nl_NL.po and nl_NL.mo files, and put them in the ../wp-e-commerce/languages/
    Moved all the files in this folder except the en_EN.php and my new files, into a new directory called backup.

    Edited the wp-config.php file which looks like this now:

    define(‘WPLANG’, ‘nl_NL’);

    Still i don’t see ANY change in language what so ever.. I’m getting a little frustrated right now.. I’ve searched for every possible method, nothing works (like changing the files and config.php to define(‘WPLANG’, ‘nl’); etc.

    Can anyone please help me? I would really appreciate it!

Viewing 1 replies (of 1 total)
  • for wp ecommerce, language file name is like that;

    wpsc-nl_NL.po
    wpsc-nl_NL.mo

    and for wp-config.php file

    define('WPLANG', 'nl_NL');

    should be like this.

    I think you forget the wpsc prefix.
    try this.

Viewing 1 replies (of 1 total)
  • The topic ‘[plugin: wp e-commerce] Impossible to change language’ is closed to new replies.