I have tried to set the language in the wp-config file, and then restart wordpress. I have already installed wordpress, I suspect wp-config only runs when I installing wordpress.
Do I need to reinstall wordpress?
Open your wp-config.php file in a text editor and search for:
define ('WPLANG', '');
Edit this line according to the .mo file you’ve just downloaded, e.g. for the Portuguese spoken in Brazil you must add:
define ('WPLANG', 'pt_BR');
http://codex.ww.wp.xz.cn/Installing_WordPress_in_Your_Language
Done that. Do I have to reinstall after I have changed the wp-config file. Or does wp-config run everytime I start the wordpress.
I need to do this so the language on my wordpress site is in norwegian.
thnx esmi… I finally got it…