changing of the locale does not work

Help with getting the CMS CORE package up and running. This does not include 3rd party modules, PHP scripts, anything downloaded via module manager or from any external source.
Locked
Florian Huonder
New Member
New Member
Posts: 2
Joined: Tue Apr 14, 2009 11:33 am

changing of the locale does not work

Post by Florian Huonder »

Hi

I am using the latest cms version (1.5.4).

I use the News Module. There I would like to show the post-date.
That works so far.
The problem that I have is that the server has the locale of de_CH but I want the date to be shown in en_US.
I changed the part in the config.php to: $config['locale'] = 'en_US';
But unfortunately it still does not work. (I also tried with clearing the cache).

Could anybody help me?

Regards,
Flo
Sonya

Re: changing of the locale does not work

Post by Sonya »

If your site is in UTF8 try

Code: Select all

$config['locale'] = 'en_US.UTF-8';
alby

Re: changing of the locale does not work

Post by alby »

Florian Huonder wrote: But unfortunately it still does not work. (I also tried with clearing the cache).
Depend of your Operating System.
Look here for info

Alby
Florian Huonder
New Member
New Member
Posts: 2
Joined: Tue Apr 14, 2009 11:33 am

Re: changing of the locale does not work

Post by Florian Huonder »

Hi

I already tried that. But it did not work.
Now after 2 days it works without any change from my side.
I think there was somehow anything in a cache.

thx for your help.
Locked

Return to “[locked] Installation, Setup and Upgrade”