Hello,
I noticed Coppermine does not keep the language setting I declared in the Config section. I close the browser and everything is back to English. How come?
Thank you for Coppermine and for your help.
Make sure that you save the changes on config page before closing the browser.
Also a link to your site might help.
Quote from: Abbas Ali on July 21, 2006, 10:42:35 AM
Make sure that you save the changes on config page before closing the browser.
Also a link to your site might help.
Yes I saved the changes.
Here is the link: http://www.scandi-voyage.com/cpg148/index.php
Thank you for your time.
The language the gallery is being displayed in has a multi-level concept, the following steps are being performed:
- Check being performed "has a specific language been set by cookie or URL parameter?". If yes, the gallery will be displayed in that language, all subsequent steps are being skipped
- Step two: which language has the user set as default language in his browser? If that language exists as Coppermine language file, it will be used - the subsequent step will be skipped.
- Last step: only if the previous steps both don't apply, the default language that the admin has set up on the config page will be taken into account
Note to self: will have to add a detailed explanation to the docs.
Quote from: GauGau on July 22, 2006, 11:26:44 AMNote to self: will have to add a detailed explanation to the docs.
Added to devel docs.