OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: "New products in" always in english ?
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Contributions / Add-Ons > Languages and Zones
emanuel
Hi,

this is Emanuel from Swizerland.
I am new with OSC.

I work on a german OSC wich i did not set up myself.

In the "New products in" section, "New products in"
is translatet but the month is always in English.

I was asked to fix it but i can not find a wrong
setting in admin modul. So i guess there is something
messed up when the shop was set up.

Can you give me a hint where i have to serch?


Thanks Emanuel
emanuel
I could not solve this.

So may be it depends on my configuration :-(

Emanuel
nvedia
Do you have months written correctly in your language files?
emanuel
@osccoder

I take your suggestion and edit the engish file.
That works for me. But the bug exist in German
language that month are english not german.

What i can not figure out if there is a language file
for month in every language osc supports and where it is?

Best Regards

Emanuel
scartier
QUOTE (emanuel @ Apr 25 2007, 09:00 PM) *
@osccoder

I take your suggestion and edit the engish file.
That works for me. But the bug exist in German
language that month are english not german.

What i can not figure out if there is a language file
for month in every language osc supports and where it is?

Best Regards

Emanuel


I had the same problem with spanish language and I solved it changing from @setlocale(LC_TIME, 'sp'); to @setlocale(LC_TIME, 'es_ES.ISO_8859-1'); in includes/languages/espanol.php. As for German, I think you should set it as follow :
// on RedHat try 'de_DE'
// on FreeBSD try 'de_DE.ISO_8859-1'
// on Windows try 'de' or 'German'
@setlocale(LC_TIME, 'de_DE.ISO_8859-1'); //would be the configuration for German in a FreeBSD server.

Unfortunately, I didn't solved the proble for euskera (basque language) and if somebody know how to set it, it would be great wink.gif

Thanks

Sébastien
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.