Hi,

We have a number of stores within a NopCommerce site and would like to choose (on first visit) the relevant store and language based on the browser settings.

There are various useful posts on this, including https://www.nopcommerce.com/boards/t/6414/automatic-match-the-language-in-nop-to-the-visitors-browser-set-languages.aspx.  This suggests a code change; I would like to do this via a plugin as I believe it is best practice to not touch the Nop core code.

Please could someone give me some advice how I could intercept the WorkingLanguage method in Nop.Web.Framework\WebWorkContext.cs and add this additional code?

Thanks