How to dev

How to dev

Follow
Follow
homeCoursesPodcast guestingLinktreeFree mentoring
Series

i18next tutorial

In this series, I'll show various uses of i18next.

Articles in this series

How to start with i18next in the node application

Aug 23, 20211 min read

This article will show how to start i18next in a node project. i18next i18next is one of the libraries I included in my list of 5 interesting...

How to start with i18next in the node application

How to add simple internationalization with i18next for a browser application

Aug 24, 20212 min read

In this article, we will take the node example and put it to the browser-side. Code We will use the same code as in the previews article, but this...

How to add simple internationalization with i18next for a browser application

How to use basic translation features in i18next

Aug 25, 20212 min read

I'll show you how to use basic translation features in i18next: nested keys substitution Starting point We start with the code in the previous step....

How to use basic translation features in i18next