Note : Cet article a été publié à l’origine en 2013. Certains étapes, commandes ou versions de logiciels ont pu changer. Consultez la documentation actuelle de WordPress pour les informations les plus récentes.

Prérequis

Avant de commencer, assurez-vous d’avoir :

  • WordPress installation (self-hosted)
  • Administrator access to WordPress dashboard
  • FTP/SFTP or file manager access to server files

How to: Add additional languages to your Wordpress installation - Multisite Multinetwork localization

Generally when working with Wordpress all you had to do was to type an entry into the config php file to set the language you wished to use like so:

define (‘WPLANG’, ‘es_ES’);

With Multisite installations you can actually select from the Settings / General section the language for each individual blog. Keep in mind you have to have at least one language file in wp-content/languages folder for that option to appear. Out of the box that folder is not created and you have to download the language files either from a wordpress site for that particular country/language like (http://es.wordpress.org) and extract that folder into your installation.

(http://img.zemanta.com/zemified_h.png?x-id=b48d3d29-65fd-4023-b2af-32c34988d2f1)](http://www.zemanta.com/?px “Enhanced by Zemanta”)

Résumé

Articles Connexes