How can i see the multiuser wordpress in spanish language
Moderator: General Moderators
How can i see the multiuser wordpress in spanish language
I installed WordPress µ and running fine. But i want the blog should be in spanish language. How can i transfer the language to spanish. Please give me suggestion for installing spanish language.
- Gente
- Forum Contributor
- Posts: 252
- Joined: Wed Jun 13, 2007 9:43 am
- Location: Ukraine, Kharkov
- Contact:
http://codex.wordpress.org/WordPress_in ... pa.C3.B1ol
By the way.... It is the first link in Google. Why didn't you ask him before?
By the way.... It is the first link in Google. Why didn't you ask him before?
The admin is now in spanish , but the user section is still
The things that i done :
1.Downloaded the .mo language file for spanish language
2. Opened my wp-config.php file in a text editor and search for:
define ('WPLANG', '');
* Edited this line according to the .mo file just downloaded:
define ('WPLANG', 'es_ES');
* Saved the file.
* On mysite server, create a new folder in your /wp-includes directory called /languages.
* Upload the .mo file to /wp-includes/languages.
* Upload the modified wp-config.php file into the WordPress root directory.
Lastly In admin I did
Options ->The dropdown menu under Language selected to es_ES .
Now the admin is in spanish but the whole user section is not in spanish. Please give suggestion now that i should do.
1.Downloaded the .mo language file for spanish language
2. Opened my wp-config.php file in a text editor and search for:
define ('WPLANG', '');
* Edited this line according to the .mo file just downloaded:
define ('WPLANG', 'es_ES');
* Saved the file.
* On mysite server, create a new folder in your /wp-includes directory called /languages.
* Upload the .mo file to /wp-includes/languages.
* Upload the modified wp-config.php file into the WordPress root directory.
Lastly In admin I did
Options ->The dropdown menu under Language selected to es_ES .
Now the admin is in spanish but the whole user section is not in spanish. Please give suggestion now that i should do.