Page 1 of 1
How can i see the multiuser wordpress in spanish language
Posted: Fri Jun 15, 2007 4:08 am
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.
Posted: Fri Jun 15, 2007 4:33 am
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?
The admin is now in spanish , but the user section is still
Posted: Fri Jun 15, 2007 4:47 am
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.