I run into an HttpNotFoundException when implementing as you described. The difference on my side is that I only wanted to throw in "de" and "en" as languages. In step 1 you declare "availablelanguages" but retrieve "app.availablelocales" in step 3. Is that a typo? And I assume you mean "app/lang/xx/routes.php" instead of "config/lang/xx/routes.php" in step 2, right? However, it works that way.
I needed to read the docs about localization again before I got an idea about what was wrong. A bumpy ride, but thanks anyway!
I run into an HttpNotFoundException when implementing as you described. The difference on my side is that I only wanted to throw in "de" and "en" as languages. In step 1 you declare "availablelanguages" but retrieve "app.availablelocales" in step 3. Is that a typo? And I assume you mean "app/lang/xx/routes.php" instead of "config/lang/xx/routes.php" in step 2, right? However, it works that way.
I needed to read the docs about localization again before I got an idea about what was wrong. A bumpy ride, but thanks anyway!