Change language in WordPress

Below is a few simple steps to change the language of your WordPress installation that has been done through our One Click Installer.

Change from English to Swedish

If you have done the installation from Loopia Customer Zone in English, the WordPress language is automatically set to English.

The only thing you have to do to change the language in WordPress is to download an FTP-client to your computer, for example Filezilla.

When you’ve successfully connected to our FTP-server, edit the file in the following folder structure: \mydomain.com\public_html\wp-config.php

Now search for a line that looks like this:

define ('WPLANG', '');

or

define ('WPLANG', 'en_US');

This needs to be changed to the following:

define ('WPLANG', 'sv_SE');

Save this file and upload it to our FTP-server again in the same folder structure and your WordPress site should now be in Swedish.

Change from Swedish to English

If you have done the installation from Loopia Customer Zone in Swedish, the WordPress language is automatically set to Swedish.

The only thing you have to do to change the language in WordPress is to download an FTP-client to your computer, for example Filezilla.

When you’ve successfully connected to our FTP-server, edit the file in the following folder structure: \mydomain.com\public_html\wp-config.php

Now search for a line that looks like this:

define ('WPLANG', 'sv_SE');

This needs to be changed to the following:

define ('WPLANG', 'en_US');

Save this file and upload it to our FTP-server again in the same folder structure and your WordPress site should now be in English.

Was this article helpful?

Related Articles