WordPress Plugin: Admin Locale
Submitted by layalk on Mon, 06/09/2010 - 11:41
To change the language of a WordPress site, just update the WPLANG constant in your wp-config.php file:
{syntaxhighlighter brush:php}
define ('WPLANG', 'ar'); //changes the language of the site to Arabic
{/syntaxhighlighter}
