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: | sales@example.com |
| @route.locale: | en-GB |
| @route.region_display_name | United Kingdom |
| Runtime values | Value | Source priority |
|---|---|---|
| @runtime.locale: | en-GB | [:query, :session, :accept_language, :attrs] |
| @runtime.language: | en | [:query, :attrs] |
| @runtime.region: | GB | [:accept_language, :attrs] |
| Gettext.get_locale(): | en | Stateful process |