Magento 2 is amazingly robust and customizable shopping platform. One of those customizations is the ability to have multiple languages, meaning customers can shop in their preferred language boosting the stores sales. To do this Magento 2 uses store views and language packs and this article will look at setting up a new store view.
After logging in to the admin section follow the following directions.
If the store view doesn’t appear in the admin section to allow you to customise the site you may need to run a re-index. Login in to your SSH Panel and run the following commands.
php bin/magento indexer:reindex
php bin/magento cache:clean
php bin/magento cache:flush
This should sort out any minor delays that can crop up when creating a new store view.
I hope this has helped you setup your new store view. There will be more articles coming on customizing the views now that you have set it up with everything from differing home pages to alternate names of your categories based on store views so please check back.