I am having multiple languages in my website and i would like to know whcih is the best approach to save the user selected language when browsing my website.
I thought of adding cookies and checking if the language exists and if so, show it, otherwise show the default one.
My other though was using sessions, but this wont stay long since sessions expire too soon.
Do you have any better approach? Thanks.