All tags
Multilingual
3 posts tagged Multilingual.
- 5 min read
Translating React components
Part of a multilingual website series. Learn how to translate reusable React components without duplicating code, using a data-driven approach that makes managing translations across languages simple and maintainable.
- 7 min read
Building a language switch component in React
Part of a multilingual website series. This tutorial covers building a language switch component that dynamically shows available language options and handles URL routing for each language version of your site.
- 3 min read
Setting up page structure for a multilingual website
Part one of a multilingual website series. Learn how to structure pages for multiple languages in Gatsby using the gatsby-plugin-i18n plugin for automatic route generation based on file naming conventions.