InApp Feed
Internationalization
This will guide you through integration steps to enable internationalization in your inbox
To enable internationalization in your inbox, you need to wrap your components in SuprSendI18nProvider
. This provider will take care of loading the translations and providing them to your components.
This context provider is present in both @suprsend/react
and @suprsend/react-core
packages.
locale
is optional param which defaults to English language. We support translations for below langauges internally.
If you want to use other languages that are not supported by us or to override strings of existing languages, you can pass translations
prop to SuprSendI18nProvider
.
Was this page helpful?