RE: Internationalized JavaScript?...Solved!!

2001-04-10 Thread Anshuman
Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, March 30, 2001 2:01 PM To: [EMAIL PROTECTED] Subject: Re: Internationalized JavaScript?...Solved!! I do appreciate the suggestions presented to me. Let me share with you how I solved the problem. It was a

Internationalized JavaScript?...

2001-03-30 Thread Dallas_Browning
Let's say you have an alert box that has a message. You want that message to be internationalized. Let's also assume that you want your JavaScript source to not be in the jsp/html page, you would rather link to it (i.e. script src="[location of JavaScript source file]"). How do you get the

Re: Internationalized JavaScript?...

2001-03-30 Thread Peter Alfors
Dallas, We chose to do option 1. We found it to be the most flexible. For instance, we use a javascript confirm to ask the user: 'Are you sure you want to delete widget XYZ?' Where XYZ is the item he clicked on. The rest of the text is internationalized. HTH, Pete [EMAIL PROTECTED]

Re: Internationalized JavaScript?...Solved!!

2001-03-30 Thread Dallas_Browning
cc: 03/30/01 10:58Fax to: AM Subject: Internationalized JavaScript?...