Please help!
I downloaded the core and default theme .mo files and installed them in wp-content/sp-resources/forum-language/simple-press and wp-content/sp-resources/forum-language/sp-themes respectively. I rename both .mo files to sp-es and in wp-config.php I change the WP-Lang to define(‘WPLANG’, ‘es’); as follows:
/**
* WordPress Localized Language, defaults to English.
*
* Change this to localize WordPress. A corresponding MO file for the chosen
* language must be installed to wp-content/languages. For example, install
* de_DE.mo to wp-content/languages and set WPLANG to ‘de_DE’ to enable German
* language support.
*/
define(‘WPLANG’, ‘es’);
/**
* For developers: WordPress debugging mode.
*
* Change this to true to enable the display of notices during development.
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define(‘WP_DEBUG’, false);
/* That’s all, stop editing! Happy blogging. */