Zen Cart Logo
Forums / Addon Language Packs / Everything is fine, but dates (hungarian)

Everything is fine, but dates (hungarian)

Locked

Views: 1,236

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
16 Mar 2009, 10:44 PM
#1
soskuthy avatar

soskuthy

New Zenner

Join Date:
Mar 2009
Posts:
23
Plugin Contributions:
0

Everything is fine, but dates (hungarian)

Hi all!

I have a hungarian lanuage pack sucessfully installed on my zen cart, with working utf-8 character encoding.
Everything is fine, only the Dates are bad

(March in hungarian -> Március ) And i see this "m�rcius" instead of március.

I dont know where to customize dates , or where to convert dates containing files to utf8.

17 Mar 2009, 10:24 AM
#2
miskein avatar

miskein

New Zenner

Join Date:
Mar 2009
Posts:
6
Plugin Contributions:
0

Re: Everything is fine, but dates (hungarian)

You have to set the @setlocale in your Hungarian language file to something like @setlocale(LC_TIME, 'hu_HU.UTF-8'); or other variations. Until you get it right I guess to match your server's settings.