Language problems with Firefox & Opera Language problems with Firefox & Opera
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Language problems with Firefox & Opera

Started by arnestad, March 28, 2007, 04:01:48 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

arnestad

Hi.
I've almost completed a new website and was about to launch when I tested the website for Firefox and Opera web browsers. I've used Norwegian language all the way and it functions well in IE6 (haven't tried out IE7 yet). However, when I tested with Firefox and Opera the menu of my CMG was suddenly in english and not in norwegian as I've programmed it for. This is evident on all pages within the gallery, it seems to me when I run the site in the Firefox and Opera browsers the CMG falls back on the english language setting.

Does anyone know a way around this problem, would be really glad to get some help with this!

arnestad


Joachim Müller

Works as expected for me - the gallery is being displayed in German for me both in FF2, IE6. You'll have to understand how languages work in Coppermine: http://coppermine-gallery.net/demo/cpg14x/custom_language.php
Subsequently, make sure that you have set your browser to norwegian as primary language.
If you want to use only norwegian and no other language, delete all languages but norwegian from the lang folder.

I noticed though that code is being injected into the HTML output, making your pages invalid. This is the code that gets injected at the top:<head>
<style>
<!--
-->
</style>
</head>
even before the doctype declaration.