#How to redirect all urls to either /en or /de ?
9 messages · Page 1 of 1 (latest)
url with /en works fine but i want to redirect user to /en if user didint specify any language in url .
i guess it will automatically happen since you specified default language as en
default locale does not require special route like /en, it will work on any route that did not match another locale
try use ""localeDetection": true", it working for my case exactly as you described
I want to redirect website.com to website.com/en but it does not happen right now. even if defaultLocale is stated
yeah i guess "localeDetection": true should help
Nah it does not get the job done
if you trying to redirect on page without locale sepcified, then its gonna be autamatically set to defaultLocale and /en will be deleted from route