This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Description
From issue 48:
Atm when AddCultureAsRoutePrefix is used, the prefix is always added at the beginning of the route. This should be configurable:
Before [RouteArea], [RoutePrefix], [Route] - (as it is now)
After [RouteArea] but before [RoutePrefix], [Route]
After [RouteArea], [RoutePrefix] but before [Route]
After [RouteArea], [RoutePrefix], [Route]