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.
(c) Copyright 2004-2013 SiteGround. All rights reserved
WordPress is a trademark of Free Software Foundation, Inc. SiteGround is not affiliated with or endorsed by the WordPress Project or its trademark owners.