18 lines
860 B
Markdown
Raw Permalink Normal View History

2022-03-04 17:57:43 +01:00
# Strapi plugin i18n
The Internationalization (i18n) plugin allows Strapi users to create, manage and distribute localized content in different languages, called "locales". For more information about the concept of internationalization, please refer to the [W3C definition](https://www.w3.org/International/questions/qa-i18n.en#i18n).
## Features
- Admin panel users can create several localized versions of their content
- Developers can build localized projects by fetching and consuming the right content depending on the country/language of the audience
## Installation
This plugin is pre-installed & required with strapi
2022-03-04 17:57:43 +01:00
## Documentation
- [Developer documentation](https://docs.strapi.io/developer-docs/latest/plugins/i18n.html#installation)
- [User documentation](https://docs.strapi.io/user-docs/latest/content-manager/translating-content.html)