Chapter 13: Internationalization and Localization
This chapter is all about opening your site up to an international audience. We will talk about patterns you can use to make translating your site as it scales simple! Creating your site in English makes it accessible to the 1.3 billion people in the world who speak the language. However, if we provide users with localization options, we can translate the site into any language, therefore making our site accessible to all.
In this chapter, we will cover the following topics:
- Understanding localization and internationalization
- Implementing routes for internationalization
- Page translations for programmatic pages
- Providing locale translations for single-instance pages