Yes ia have put in my /etc/wordpress/config-www.myweb.org.php define(’WPLANG’, ‘es_ES‘); in straight quotes [']
------------code----------- <?php define('DB_NAME', 'misdatos'); define('DB_USER', 'misdatos'); define('DB_PASSWORD', 'xxxxxxx'); define('DB_HOST', 'localhost'); define('WPLANG', 'es_ES'); $table_prefix = 'wp_'; $server = DB_HOST; $loginsql = DB_USER; $passsql = DB_PASSWORD; $base = DB_NAME; ?> ----------code----------- And i copy my es_ES.mo to wp-includes/languages/ instead of wp-content/languages as kike says, but nothing changes. It is still in English language > > Please put > > define('WPLANG', 'es_ES'); > > and not > > define(’WPLANG’, ‘es_ES‘); > > Notice the different quotes: ' and not ’ or ‘ . > > Also you need to put it between the > <?php > > line and the > > ?> > > line. >Ideally, yes, we would like that. Bit it is extra work for each >language (because the wordpress developers make it a separate download >for each language instead of a "language pack" containing all >languages), and Debian being volunteer based, we need to find people >willing to do that work for each language. mmm, i understand... So it will be a dificult solution...or make one package per language...