Knowledge Base Article
How to change the language in MediaWiki
Changing the language of your MediaWiki is quite easy. All you have to do is edit one line in the LocalSettings.php file. The line 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";
Rating
|

