It may only be November, but today the 2019 Wrexham Christmas Tree arrived in Queens Square and Wrexham Council launched their festive 'what's on guide'! Download the guide by clicking on either the English or Welsh brochure images below.
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() } });
Comments