WP problem plz help

dee_838

Junior Member
Joined
Jul 12, 2011
Messages
120
Reaction score
7
i just got a domain, setup wordpress on it, its totally in dutch lang, site also in dutch lang , hw cn i change it to english?? plzz help me..... i cnt undrstand dutch :(
 
1 question why did you set it up in dutch?...nvm just do it again or something
 
I got tht domain frm a dutch hostng site, whn i installd wp it automatcly in dutch lang n d site also in dutch . Any way to change wp lang?
 
Signin to WP-ADMIN,
1: goto ( Settings > General ) change language to English.
and
2: goto ( Users > Personal Settings) change the interface language to English..

use google translate..

OR
goto filemanager > wp folder >
edit wp_config.php
find
define('WPLANG', 'nl_NL');

replace

define('WPLANG', '');
 
Signin to WP-ADMIN,
1: goto ( Settings > General ) change language to English.
and
2: goto ( Users > Personal Settings) change the interface language to English..

use google translate..

OR
goto filemanager > wp folder >
edit wp_config.php
find
define('WPLANG', 'nl_NL');

replace

define('WPLANG', '');


nt getting anything like tht.....
 
any expert here? i will pm my all hosting n wp data, just help me.......
 
Devoted has it right, he just isn't as clear as he should be. If you are using wordpress.com you can use the first part of what he is saying. Just going into the admin area and changing the language settings.

If you are using a stand alone version, which it looks like you are since it's loaded on a dutch server. What you need to do is go in to the wp_config.php file in your wordpress installation with FTP or whatever file transfer method you want and change the line that says:

define('WPLANG', 'nl_NL');

to instead read as...

define('WPLANG', ' ');

This is the stand default setting to English.

Than re-save your wp_config.php file to your server and everything in your wordpress should now be in English.

If you have posts that are already up in Dutch you will have to use a translator to change those to English. This procedure will only change the Wordpress interface itself to English, not any posts you already have.

Good luck...
 
Back
Top