Log in

View Full Version : Multi language display of booking chart



coline
09-24-2008, 11:00 AM
I am trying to make a multi language booking chart, I need to be able to change the month names and day names. The chart, which is a hard coded table, appears in an iframe and I would like to be able to pass the language code in, when the pagee is called. I would hope to store the word strings in the chart page and insert them into the relavent cells of my table.

Any ideas please

magicyte
09-25-2008, 07:11 PM
One. You can do this if you have a language translator (you know, a physical book) that you can look up the names of your months and date objects up in. Then use simple JavaScript to figure out which language the user is using to change the date "names".

-magicyte

coline
09-30-2008, 04:57 PM
Magicyte

Thanks for your reply, I've decided to fill each months data seperately and paste it under the correct language headings