WPLANG not working? read this
-
if setting WPLANG in wp-config.php is not working for you then it’s highly likely that wp-l10n.php never knows about it.
You can force this by adding the following line to wp-l10n.php at the beginning:
require('../wp-config.php');
if it works then it is clear that WPLANG has not been passed on properly.
Use this only for testing.
You still can simply set the $locale directly in wp-l10n.php, this will always work.
BTW: it has nothing to do with register globals settings, i tried both on and off, made no difference.
HTH
eke
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘WPLANG not working? read this’ is closed to new replies.