Closed aymanizz closed 4 years ago
Add ability to specify a localization depending on the current route, for example the localization for the routes under /en route would be English. This could be supported through route parameters /{localization} or a specialized route builder.
/en
/{localization}
Add ability to specify a localization depending on the current route, for example the localization for the routes under
/en
route would be English. This could be supported through route parameters/{localization}
or a specialized route builder.