Hello,
I’m a new user with codeigniter…
First, please forgive for my poor english ![]()
I’m trying to do a multilingual website with the internalization i18n with codeigniter.
I have 2 links: english and french.
For example: firefox is in english (my page will translate automatically in english and my url: http://localhost:8888/mysite/en/home).
If i click on the french link, it will be automatically translate in french (url: http://localhost:8888/mysite/fr/home).
If I continue to visit my website, it will be in french (example->url: http://localhost:8888/mysite/fr/subscribe) but if i come back to my index, my language chosen (here:french) will become by the firefox default language (in my example in english).
How to keep the language chosen for all the website ?
Could you help me please?
Thanks a lot.
