Hello,
I wanted to change the language of the info that appears when mouse over an enlarged picture in highslide module. So i put a little javascript in index.php from template directory:
” hs.lang = {loadingText: ‘Carregando…’,
restoreTitle: ‘Clique para fechar a imagem, clique e arraste para mover. Use as setas do teclado para ver a imagem seguinte ou a anterior.’,}; ”
I was using Firefox and it worked!! Some time later, I was testing the site cross browser ability and found that this little trick worked in every browser except Internet Explorer 8.
I really need to make this work for Internet Explorer cause its the navigator that comes with Windows OS.
Thank you