change title words when the user change the browser language
hi guys, i am working in globalization for diferentes languages.
i wanna know how can i change the tag (alt) and (title) for another word. like the when the broswer be in english load the normal, when the browser be in portuguese put the portuguese word.
so if english load what i have in english.
<img src="../images/reviews/smiley_sad.png" alt="very bad" title="Rate this clinic as very bad"/>
if pt-br in broswer so will change for
<img src="../images/reviews/smiley_sad.png" alt="muito mal" title="Avalie esta clĂnica como muito ruim"/>
so i wanna change the tags when the browser takes the language.
any idea? thanks.