Zend certified PHP/Magento developer

Redirect link for multiple store

I have a small problem and don’t know how to implement redirect based on selected language (as a multiple store views there are few languages: en, lt,lv). The file located in
app/design/frontend/WDMarket/saules_aptieka/Magento_Checkout/web/template/minicart/content.html and the code that need to be changed

<ifnot args="getCartParam('summary_count')">
    <div class="empty-bag-img"></div>
            <strong class=""
                    translate="'You have no items in your shopping cart.'"></strong>
            <div class="actions">
                <div class="secondary">
                    <a class="action viewcart" href="/">
                        <span translate="'Go to the store'"></span>
                    </a>
                </div>
            </div>
</ifnot>

For know it hardcoded and redirect to home without saving language.
Could you help with several steps what I should do to make redirect like home.com/en or home.com/lv