Hinweis: Dieser Artikel wurde ursprünglich veröffentlicht in 2013. Einige Schritte, Befehle oder Softwareversionen haben sich möglicherweise geändert. Überprüfen Sie die aktuelle Dokumentation von WordPress für die neuesten Informationen.

Voraussetzungen

Bevor Sie beginnen, stellen Sie sicher, dass Sie Folgendes haben:

  • 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”)

Zusammenfassung

Verwandte Artikel