Different Localization in front- and backend adds the possibility to use different localization in frontend and backend.
Inside wp-config.php
<?php define ('WPLANG', 'de_DE'); ?>
you can specify the frontend’s language as usual.
Inside the plugin file fe-be-localization.php in line 13 you can additionally specify the backend's language, which can (and should!) be different to the one you specified in the wp-config file. For example:
<?php $locale = 'en_US'; ?>
Requires: 2.0 or higher
Compatible up to: 2.6
Last Updated: 2012-5-19
Downloads: 1,129
Got something to say? Need help?