I use Google Translate successfully on my web site with just one
problem. I generate pop-up datepicker calendars to solicit dates, and
these pop-ups appear in English, the base language of my website,
instead of the currently selected language.
I understand why this happens - the pop-up is not available when
Google Translate does its work. It would be very useful to me (and I
expect many others) to have access to a function which can be called
from Javascript to perform ad-hoc translations for single words or
segments of HTML code.
For example in a pop-up calendar, instead of writing "August" from the
Javascript code, call a translate function which returns the
translated text ie
month=google_translate("August");
document.write(month);
--
You received this message because you are subscribed to the Google Groups
"General" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-translate-general?hl=en.