You have a question regarding the portal, your contract ?
You need advice managing your licences ?

Call us at : +33 (0)1 64 53 36 90  

Mail us at : info.smile-experience@orange.com

 

You need technical support ?

Mail us at : support.smile-experience@orange.com

  

Our team will get back to you as soon as possible | Opening hours : 9am to 6pm during Business days

 

​ 

 



$(document).ready(function() { var known = { en: true, fr: true, pt: true }; var lang = ((navigator.languages && navigator.languages[0]) || navigator.language || navigator.userLanguage || 'en').substr(0, 2); if(!known[lang]) lang = 'en'; // Find all
s with a class of "wrapper" and lang attribute equal to `lang` // and make them visibile. console.log("texte") $('div.wrapper[lang=' + lang + ']').show(); // Find all
s with a class of "wrapper" and lang attribute not equal // to `lang` and make them invisibile. $('div.wrapper[lang!=' + lang + ']').hide(); });