You’ve landed on the Ireland.com EN-GB site. It looks like you’re in Canada. Would you like to change your site?
Go to EN-CA
Go to FR-CA
<div class="market-site-detector js-market-site-detector">
    <div class="market-site-detector__wrapper">
        <div class="market-site-detector__hint">
            {{hint}}
        </div>
        {{#each buttons}}
            <a href="{{#if link.url}}{{link.url}}{{else}}#{{/if}}" class="market-site-detector__button js-market-site-button"
               data-market-language="{{marketLanguage}}">
                <div class="market-site-detector__button-icon">{{{icon}}}</div>
                <span class="market-site-detector__button-text">{{link.text}}</span>
            </a>
        {{/each}}
        <div class="market-site-detector__link js-market-site-detector-link">
            {{> @cp-button-tertiary target=link.target url=link.url text=link.text}}
        </div>
    </div>
</div>