|
|
@@ -53,7 +53,7 @@ Make sure you included the routes for the Tools plugin for this to work or set t
|
|
|
|
|
|
|
|
|
## Using language in URLs
|
|
|
-Instead of the "easy" session-based way you might want to use URLs like `domain.tld/en/controller/action` instead.
|
|
|
+Instead of the "easy" session-based way you might want to use URLs like `domain.tld/de/controller/action` instead for the non default-language part (English) of the website.
|
|
|
|
|
|
Switch out the above session check then with
|
|
|
```php
|