Methods
(inner) BRLocale Forwarding Switcher()
The forwarding locale-switcher is the default implementation of {br-services/LocaleSwitcher} in BRJS.
It works by forwarding the browser to a locale specific URL (e.g. 'app/en'). Some static file servers are unable to serve apps that use this locale-switcher as it relies on the server being able to infer the file suffix (e.g. '.html') of the locale specific index page.