I have a shop running with SEO friendly URL option enabled. I noticed that when I go to the root domain of my shop, it redirects to a new URL depending on the language chosen by the user.
Example:
www.exampleshop.com/cart
Becomes:
(English) www.exampleshop.com/en/cart
(Dutch) www.exampleshop.com/nl/cart
What kind of redirect does nopcommerce use? (301, 302?) And where does nopcommerce initiate the redirect? (code examples?)