Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

Internationalization with vue-i18n

Component Interpolation (Working with links) thumbnail image
This lesson is free, but it requires you to Log in

Don't have an account? Enroll for free

🚧 NOTICE: You are watching a Vue.js 2 lesson

Component Interpolation (Working with links)

In this lesson, we'll learn how to best work with sentences that include links.

So we can easily translate paragraphs like this:

<p>I accept <a href="/term">Terms of Service Agreement</a></p>

This is technique is called Component interpolation.