cschmitt Posted July 26, 2003 Posted July 26, 2003 i have insert a new product / language de + en. footer shows the following in GERMAN: Dieses Produkt haben wir am Saturday, 26. July 2003 in unseren Katalog aufgenommen. the bolded words are english - the rest is german... - too wrong for my client...its a problem, but where can i fix it? thanks for helping words. christian.schmitt alias cschmitt.org
Guest Posted July 26, 2003 Posted July 26, 2003 includes/languages/deutsch.php (may be spelled wrong--the german language file), change the setlocale line appropriately. Unfortunately, I do not know the appropriate value for Germany. Hth, Matt
cschmitt Posted July 26, 2003 Author Posted July 26, 2003 hey thanks for be so speedy.. ... ... if have found the frog... define('TEXT_DATE_ADDED', 'Dieses Produkt haben wir am %s in unseren Katalog aufgenommen.'); but i'm not so php-fit to fix the root-problem...where is the definition fo %s ??? uahhhhh
Guest Posted July 26, 2003 Posted July 26, 2003 In includes/footer.php, echo strftime(DATE_FORMAT_LONG); prints the date in the footer. AFAIK, you change the output of strftime by setting the setlocale appropriately. You may want to check that the server you are using has a german locale installed. Good luck, Matt
cschmitt Posted July 26, 2003 Author Posted July 26, 2003 i did it... thanks for being human. and stay tuned... the community is growing.. www.schmitt.org francfurts innovator....and german contact for chaos-thinkers.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.