Nota: Este artigo foi publicado originalmente em 2013. Alguns passos, comandos ou versões de software podem ter mudado. Consulte a documentação atual de WordPress para as informações mais recentes.
Pré-requisitos
Antes de começar, certifique-se de ter:
- 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”)
Resumo
Artigos Relacionados
- Changing file permissions and recommendations for WordPress in a Linux system
- How to: Clean your WordPress database from all the empty Yoast WordPress SEO meta data
- Cómo agregar lenguajes adicionales a tu instalación de Wordpress - Multisitio Multired localización
- How to: Connect to a MySql server using SSL from a WordPress Site