We've created these tutorials to give you a quick start with your favorite framework.
Free tutorial: Set up Angular with ngx-translate, extract translations from code, switch translations at runtime, edit translation files. Covers Angular 8-15
Free tutorial: Learn how to use @angular/localize to translate your Angular app with xliff (xlf) files. Covers ICU syntax. Example source code included.
Tutorial with a complete example on react translations. Covers: react-intl, FormattedMessage, IntlProvider and babel-plugin-react-intl
You learn how to you can translate your React app with react-i18next. The tutorial also explains how to manage the translations json files with BabelEdit.
Free tutorial: Translate your Vue.js application with vue-i18n. Learn how to organise your translations in .vue or .json files.
In this tutorial shows you how you can convert your vue-i18n project from using translations in vue files (single file components, sfc) to using JSON files.
Using vue.js single file components with <i18n> sections for your translations? Learn why you should not do that and what alternatives there are.