Wrexham Launches New Silver Tourism Ambassador Modules!
Wrexham’s new online Tourism Ambassador Course has this week released three further modules, following on from the success of the initial...
import wixWindow from 'wix-window'; let myLang = wixWindow.multilingual.currentLanguage; $w.onReady(function () { //changes the gallery to match language selection if (myLang === 'en'){ $w('#VISITen').show() $w('#VISITen).expand() } else if (myLang === 'cy'){ $w('#VISITcy').show() $w('#VISITcy').expand() } });