La langue d'un site web

cs_sally87 Messages postés 3 Date d'inscription mardi 2 février 2010 Statut Membre Dernière intervention 12 février 2011 - 2 févr. 2010 à 13:04
cetplus Messages postés 5 Date d'inscription mardi 16 décembre 2008 Statut Membre Dernière intervention 28 mars 2010 - 3 févr. 2010 à 07:26
Bonjour tout le monde,
je suis entrain de créer un site web pour une agence de communication en français, et j'aimerais bien ajouter deux langues : anglais et espagnole, et je ne sais pas comment faire, est ce que je dois traduire chaque phrase et chaque titre à part et les mettre, ou il y a un code en javascript qui fait cela ??

1 réponse

cetplus Messages postés 5 Date d'inscription mardi 16 décembre 2008 Statut Membre Dernière intervention 28 mars 2010
3 févr. 2010 à 07:26
Bonjour
Google propose une bonne traduction, voici ce que tu doit incorporer dans ton site web :
[javascript:var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/?text='+t+'&hl=fr&langpair=auto|en&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=fr&langpair=auto|en&tbb=1&ie='+e;}; Anglais]
[javascript:var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/?text='+t+'&hl=fr&langpair=auto|es&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=fr&langpair=auto|es&tbb=1&ie='+e;}; Espagnole]

Et voilà, et au résultat tu as 2 boutons :
[javascript:var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/?text='+t+'&hl=fr&langpair=auto|en&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=fr&langpair=auto|en&tbb=1&ie='+e;}; Anglais]
[javascript:var%20t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var%20e=(document.charset||document.characterSet);if(t!=''){location.href='http://translate.google.com/?text='+t+'&hl=fr&langpair=auto|es&tbb=1&ie='+e;}else{location.href='http://translate.google.com/translate?u='+escape(location.href)+'&hl=fr&langpair=auto|es&tbb=1&ie='+e;}; Espagnole]
Voilà, bonne chance !
0
Rejoignez-nous