trying to install language pack with no luck?

Permalink
Hi,

I have tried to install c5 with a danish language pack (should be preinstalled fromhttp://www.concrete5.dk)

Sadly the language is still in english, and I wrote to the author of the webpage.. he told me that my webserver should have Gettext enabled... as far as I can tell this is enabled...http://www.pixel8.dk/phpinfo.php, but still it won't work...

can anyone help me?

thank you in advance!

hjelmdal
 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
yep, you've got gettext enabled, i suggest downloading the english version from here then install, then stick this in your /config/site.php:

define("LOCALE", 'xx_XX');

where xx_XX is changed (en_US, fr_FR, etc)

if it helps hit the orange button under this post
hjelmdal replied on at Permalink Reply
hjelmdal
sadly it is not the problem.. I have tried both the english verision from this site, and the one mentioned above - with no luck.. I get no warnings when I install.. I have tried the danish pack on another webserver, and I worked well, the cons on that server is just that safe_mode is on, so everything else wouldn't work :(

Can there be anything else wrong about my webhost or anything I've missed?

I have configured this:
define('LOCALE', 'da_DK');

and the folder languages/da_DK/LC_MESSAGES/messages.mo exists...
Mnkras replied on at Permalink Reply
Mnkras
ill try later today changing the language on my install
hjelmdal replied on at Permalink Reply
hjelmdal
hi.. when I launched c5 administration today it suddenly worked.. don't know if the server just needed restart or something - the fact is, now it works like a charm :) -thank you very much!
griebel replied on at Permalink Reply
griebel
I think gettext and language files sometimes are cached on the webserver. Sometimes when I update the danish language file on a running website, the changes are not made at once.
Shopimport replied on at Permalink Reply
Shopimport
I do experience a weird behaviour. I do have Concrete 5.4.0 with nl_NL language pack for the backoffice admin. I places the file and set the LOCALE in the site.php.
However sometimes it's back to English again. And this could happen from different systems, so computer1 shows English and computer2 shows Dutch on the same website at the same time.

I tried to isolate the root cause without luck. Any suggestions where to look?
nicolas replied on at Permalink Reply
nicolas