#Solved Hi all, I am trying to add a new language ...
# help
r
#Solved Hi all, I am trying to add a new language "fr_FR" to our site. I've added the locale value "fr" => "fr_FR" in the config.php file and added the fallback_locale translation in the config_default.php and emptied the cache. I can select the new locale from the header languageSwitcherWidget but when I try to access the "http://yves.de.spryker.local/fr" url I get a 404 error, no route not found. The Spryker documentation on adding multiple languages is not very detailed it seems. What other steps am I missing to make this new language route accessible ? Thanks !
I found the solution : I needed to add 'fr' to the allowed languages array in the RouterConfig class.
👍 1