dereuromark 9 years ago
parent
commit
0064891579
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/I18n/I18n.md

+ 1 - 1
docs/I18n/I18n.md

@@ -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
 ## 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
 Switch out the above session check then with
 ```php
 ```php