import Intro from '/docs/snippets/breaking-change-page-intro.md'
import MigrationIntro from '/docs/snippets/breaking-change-page-migration-intro.md'
Internationalization (i18n) is now part of the Strapi core and no longer a plugin, and this impacts how some parameters are sent and accessed. This also means you should not use or depend on the old @strapi/plugin-i18n package in your project, it is now natively included.
Breaking change description#
In Strapi v4
Content Manager sends the following parameter when accessing a locale: plugins[i18n][locale].
In Strapi 5
The parameter sent to the Content Manager is now just locale.