Dear WP people,
define ('WPLANG', 'nl_NL'); doesn't work.
I have installed this package (which contains Wordpress 2.3 with a Dutch theme included, it works for other people on other servers then mine):
http://www.dolleboel.net/wp/WordPress2_3_NL.tar.gz
I have changed the wp-config.php to:
<?php
// ** MySQL settings ** //
define('DB_NAME', 'XXX'); // of course fake
define('DB_USER', 'XXX'); // of course fake
define('DB_PASSWORD', 'XXX'); // of course fake
define('DB_HOST', 'localhost');
define('DB_CHARSET', 'utf8');
define('DB_COLLATE', '');
$table_prefix = 'wp_';
define ('WPLANG', 'nl_NL');
define('ABSPATH', dirname(__FILE__).'/');
require_once(ABSPATH.'wp-settings.php');
?>
Well I started then with the installation, and guess what it was in English.
I have checked the nl_NL.mo file:
http://www.dolleboel.net/wp/wp-content/languages/nl_NL.mo
But for some reason my worpress won't listen to WPLANG, everything is working fine, but I have to set up a Wordpress in the Dutch languas and to change all text in the php would be a hell of a job.
De site is running at --> http://www.dolleboel.net/wp/
Can somebody help me? Reply in this topic or contact me on tijmen @ dolleboel.net . Any help is appreciated!
Information of the server it is working on:
PHP built On: Linux blinkserver.blinkserver.nl 2.6.18-4-amd64 #1 SMP Fri May 4 00:37:33 UTC 2007 x86_64
Database Version: 4.1.10-standard
PHP Version: 5.2.3
Web Server: Apache/2.0.59 (Unix) mod_ssl/2.0.59 OpenSSL/0.9.8c mod_perl/2.0.3 Perl/v5.8.8