alejandroccs 0 Report post Posted January 20, 2010 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? Share this post Link to post Share on other sites
miber 0 Report post Posted January 20, 2010 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! Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 21, 2010 You might also want to use a program called PoEdit to create your translated file for the theme. Share this post Link to post Share on other sites
alejandroccs 0 Report post Posted January 21, 2010 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? Share this post Link to post Share on other sites
miber 0 Report post Posted January 21, 2010 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. Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 22, 2010 thanks Miber, yes place them in the languages folder for the theme. Share this post Link to post Share on other sites