Multilingual and Internationalization
One of the greatest strengths of Drupal has always been its ability to provide multilingual and internationalization capabilities. Not only can you empower content editors with the ability to add site content in multiple languages, but you can also translate the administrative interface.
This chapter will cover the multilingual and internationalization features of Drupal 10, which have been greatly enhanced in each release since Drupal 6. The previous version of Drupal required many extra modules to provide internationalization efforts, but now the majority is provided by Drupal core.
Drupal core provides the following multilingual modules:
- Language: This provides you with the ability to detect and support multiple languages
- Interface translation: This takes installed languages and translates strings that are presented through the user interface
- Configuration translation: This allows you to translate configuration entities...