A demo application using Routex. The source code of this example can be found at Github
View the product page (current route branch)| Embedded in code | Value |
|---|---|
| @route.contact: | root@example.com |
| @route.locale: | en-001 |
| @route.region_display_name | Worldwide |
| Runtime values | Value | Source priority |
|---|---|---|
| @runtime.locale: | en-001 | [:query, :session, :accept_language, :attrs] |
| @runtime.language: | en | [:query, :attrs] |
| @runtime.region: | 001 | [:accept_language, :attrs] |
| Gettext.get_locale(): | en | Stateful process |