Thanks to visit codestin.com
Credit goes to routex.fly.dev

Routex Demo

A demo application using Routex. The source code of this example can be found at Github

View the product page (current route branch)

Alternatives

The extension AlternativeGetters makes it easy to link to alternative pages.

Embedded in code Value
@route.contact: [email protected]
@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