• I can’t change the language (to Dutch).
    I have a directory in wp-includes called languages. It contains nl_NL.mo.

    I have changed my wp-config to contain the line:
    Define (‘WPLANG’, ‘nl_NL’);

    No change!

    I have deleted all non-Dutch templates

    No change!

    I changed Wpl10n.php to read:

    if (defined(‘WPLANG’)) {
    $locale = WPLANG;
    }

    if (empty($locale)) {
    $locale = ‘nl_NL’;
    }

    No change!

    Please help!

  • The topic ‘changing the language’ is closed to new replies.