Content
Changing the language of your MediaWiki is quite easy. All you have to do is edit one line in the LocalSettings.phpfile. You can edit the file using File Manager in cPanel, or via FTP.
The line that you have to modify is:
$wgLanguageCode = “en“;
For example, if you wish to switch the language of your wiki to Spanish, you should change the above line to:
$wgLanguageCode = “es“;