WordPress has one of the largest if not the largest communities in the world of CMS applications. This community has translated WordPress into many languages. You can easily change the default language of your installation.
To change the WordPress back and frontend language, open the wp-config.php file in your root folder. In it locate the following line:
define (‘WPLANG’, ”);
and replace it with:
define (‘WPLANG’, ‘bg_BG’);
where bg_BG is the locale code of your country. Check out this page for a full list of locale codes.
Looking for quality WordPress Hosting? Look no further than Arvixe Web Hosting!