Tooltip off after translation
chaos21in - May 19, 2007 - 06:01
| Project: | Google Translate |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Omar |
| Status: | active |
Description
Hi,
When i change the language in arabic, a tooltip comes from google, putting google logo and the default english text in it. Is there anyway i can disable it.
--rafi

#1
Can you please give me more details? (screen shot, a demo site, etc...)
#2
screenshot attached...
It may be because arabic translation is in beta state. But if you can use either strip_tags() or str_replace to replace
onmouseover="_tipon(this)" onmouseout="_tipoff()"with blank (???)--rafi
#3