Internationalization with vue-i18n

Create your account and start learning

This lesson is free, but requires you to login.

or

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.