You can set up the CMS default pages by store view level in Magento 2 by config.php, config.xml, or Manually from the admin panel.
To set up the Default pages by store view level on your site, You have to follow the given articles with provided steps.
Let’s say we have a website that contains multiple store views based on the language.
Main Website code => base
Main Website Store code => base
Main Website Default Store view code => default (By Default English store)
Main Website Spanish Store view code => us_es (Spanish Store view)
Main Website Spanish Store view code => us_fr (French Language Store view) Continue reading “How to set stores configuration setting per store view level by config.php or config.xml in Magento 2?”