Hello,
Following our e-mail converstaion you will also to need create a custom
Global Event which will handle this.
The same events:
• CMSRequestEvents – contains events related to each request done to the application.
-> • Begin – fired when the begin request method executes.
Or you can also just create some custom methods and call them in the file:
\App_Code\Application\CMSAppBase.csWhere you will modify the method
CMSBeginRequest().
In the code behind you will need to check the browsers language.. but for this purpose you can probably use some .NET libraries or just Google for some information (e.g.:
Web Browser Language Detection).
Best regards,
Martin Danko