Nota: Este artículo fue publicado originalmente en 2013. Algunos pasos, comandos o versiones de software pueden haber cambiado. Consulta la documentación actual de WordPress para la información más reciente.

Requisitos previos

Antes de comenzar, asegúrate de tener:

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

Resumen

Artículos Relacionados