ylvajansson
Member
Posted 4 years ago #
I have huge problems trying to install the swedish language file into WordPress 2.6. I first installed WordPress through cPanel. The I have followed the language installment guidelines on http://www.wordpress.org without success. Do I have to do things in a different order or what?
In my vp-config.php file it now says: define ('WPLANG', ’sv_SE’);
Even so my blog is still in english. What have i done wrong?
Ylva
define ('WPLANG', ’sv_SE’);
That is wrong!
Take a closer look at the quotes around sv_SE - they are wrong! should be the same as around the WPLANG!
Are you editing the files in MS Word or what?
Edit them in Notepad!
ylvajansson
Member
Posted 4 years ago #
Thanks for your reply
Now I have changed the quotes and it looks like this:
define ('WPLANG', 'sv_SE');
Unfortunately it´s still in english.
Ylva