URL to download latest version of WP for other languages than English

Can you include WP-CLI in your script? Then it could be as easy as:

wp core config --dbname=wordpress_default --locale="<your locale>" --dbuser=sqluser --dbpass=sqlpass --quiet
wp core install --url=local.wordpress.dev --quiet --title="Local WordPress Dev" --admin_name=admin --admin_email="[email protected]" --admin_password="password"

Docs for wp core config and wp core install

Leave a Comment