Internationalization with vue-i18n

Create your account and start learning

This lesson is free, but requires you to login.

or
🚧 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.