foppo Posted April 24, 2005 Share Posted April 24, 2005 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 Link to comment Share on other sites More sharing options...
stevel Posted April 24, 2005 Share Posted April 24, 2005 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. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
foppo Posted April 24, 2005 Author Share Posted April 24, 2005 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. Link to comment Share on other sites More sharing options...
stevel Posted April 24, 2005 Share Posted April 24, 2005 I'd say that unless you knew what to look for, you probably wouldn't find it. Steve Contributions: Country-State Selector Login Page a la Amazon Protection of Configuration Updated spiders.txt Embed Links with SID in Description Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.