{"title":"Changing the Language of Website in WordPress","id":37622,"link":"https:\/\/env.averta.net\/en\/step\/changing-the-language-of-website-in-wordpress\/","parent":[35065],"content":"<p>In order to use WordPress in your target language:<\/p>\n<ol>\n<li>Check out?<strong><a title=\"WordPress in Your Language\" href=\"http:\/\/codex.wordpress.org\/WordPress_in_Your_Language\" target=\"_blank\" rel=\"noopener\">WordPress in Your Language<\/a><\/strong> and see whether your language is available or not.<\/li>\n<li>If the completely translated version is available, download and install that, otherwise, go to the?<strong><a title=\"WordPress Language Repository\" href=\"http:\/\/svn.automattic.com\/wordpress-i18n\/\" target=\"_blank\" rel=\"noopener\">WordPress Localization Repository<\/a><\/strong>?and find your language.<\/li>\n<li>Download the <strong>.mo<\/strong> file.<\/li>\n<li>upload the file to <strong><code>\/wp-content\/languages<\/code><\/strong>?or <code>\/<strong>wp-includes\/languages<\/strong>.<\/code><\/li>\n<li>Open the <strong><code>wp-config.php<\/code><\/strong>?file in your WordPress install.<\/li>\n<li>Add this code: <strong><code>define ('WPLANG', 'nl_NL')<\/code><\/strong>. Instead of <code>'nl_NL'<\/code>?you can choose your language code.?(Find below)<\/li>\n<li>After?updating the <code>wp-config.php<\/code>?file, the WordPress backend will be displayed in your chosen language.<\/li>\n<\/ol>\n","type":"solution"}