Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where do I translate the names of the days


foppo

Recommended Posts

Posted

Hi, I set up the store and used a Dutch translationpack to translate the store.

Everthing works fine except the names of the days eg. Sunday, Monday, and so on i will translate to the dutch language.

I cant find the file where I can do that.

Can anyone point me out the place where this can be done.

Regards,

Foppo

Posted

See this code (or something like it) in your languagename.php file (english.php, etc.) and modify it as desired.

// look in your $PATH_LOCALE/locale directory for available locales
// or type locale -a on the server.
// Examples:
// on RedHat try 'en_US'
// on FreeBSD try 'en_US.ISO_8859-1'
// on Windows try 'en', or 'English'
@setlocale(LC_TIME, 'en_US.ISO_8859-1');

You'll have to figure out what the correct "locale" is for Dutch.

Posted

Thanks Verymuch, that did the trick.

I was looking for days for it.

Did I overlooked something or was it really so hard to find????

Anayway, thanks again so much!

Foppo.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...