How can i see the multiuser wordpress in spanish language

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

How can i see the multiuser wordpress in spanish language

Post by basudeb »

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.
User avatar
Gente
Forum Contributor
Posts: 252
Joined: Wed Jun 13, 2007 9:43 am
Location: Ukraine, Kharkov
Contact:

Post by Gente »

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?
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

The admin is now in spanish , but the user section is still

Post by basudeb »

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.
Post Reply