How to implement multi language with expo-localization

I am trying to implement string localization to enable multi language support in the react native app using expo. I could not found any example or documentation.

@wodin

I think that expo-localization is only to help you to discover the localization of the user device.

To implement a multi-language, you need to find some i18n library, like React i18next: https://react.i18next.com/

1 Like

Hey @alvi110, we do have a guide on localization: Localization - Expo Documentation that uses i18n-js as an example to support translations.

1 Like