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()
}
});
top of page
#ThisIsWrexham
Profile
Join date: Aug 10, 2024
This member hasn't shared any info about themselves yet