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

Please indicate if this article was helpful for you.

rating :  4.7 from 5
views :  1897
votes :  17

Related Articles

Views

Haven't found what you are looking for? Suggest an article HERE.

powered by

Valid XHTML 1.0 Strict Valid CSS!