Hello guys; I have installed WHPro into my server but now I need to translate the theme to Spanish I have installed "CodeStyling Localization V.1.95" I have created the spanish translation into it but it's no showing it in the front page, even thought it show all my WP back end in Spanish.
Any suggestion or Tip?
Spanish Localization
Started by
alejandroccs
, Jan 20 2010 01:27 AM
5 replies to this topic
#1
Posted 20 January 2010 - 01:27 AM
#2
Posted 20 January 2010 - 02:25 PM
You need to edit the file wp-config.php in the root folder of the website. Change the line:
define ('WPLANG', '');
to
define ('WPLANG', 'es-ES');
Hope this solves your problem!
define ('WPLANG', '');
to
define ('WPLANG', 'es-ES');
Hope this solves your problem!
#3
Posted 21 January 2010 - 01:22 AM
You might also want to use a program called PoEdit to create your translated file for the theme.
#4
Posted 21 January 2010 - 02:24 AM
Thanks for answering guys; But here is what is going on:
I modified my "wp-config.php" in order to show "es-ES" but As I stated before, The Wordpress Backend shows entirely in Spanish but not the Front end of the Theme.
Where should I have the Language files for the theme located?
#5
Posted 21 January 2010 - 03:40 PM
The language files for the theme should be in:
/wp-content/themes/iBlogPro/languages
I have experienced that CodeStyling Localization does not work. I also suggest that you open the .po file in PoEdit. Then save it from PoEdit. Now your Front end should be in Spanish.
#6
Posted 22 January 2010 - 08:02 PM
thanks Miber,
yes place them in the languages folder for the theme.









