Routing
        setlocale
        Matched route
    
Route Parameters
| Name | Value | 
|---|---|
| language | "en" | 
Route Redirection
This page redirects to:
        /en/home
        (route: "n/a")    
Route Matching Logs
    Path to match: 
/setlocale/en
| # | Route name | Path | Log | 
|---|---|---|---|
| 1 | root | / | Path does not match | 
| 2 | setlocale | /setlocale/{language} | Route matches! | 
Note: These matching logs are based on the current router configuration, which might differ from the configuration used when profiling this request.