diff --git a/react-native/app/translations/index.ts b/react-native/app/translations/index.ts index 9bd773f..27a7af1 100644 --- a/react-native/app/translations/index.ts +++ b/react-native/app/translations/index.ts @@ -2,11 +2,12 @@ import i18next from 'i18next' import RNLanguages from 'react-native-languages'; import resources from './resources'; -export const initTranslation = ()=>{ +export const initTranslation = ()=>{ i18next.init({ compatibilityJSON: 'v3', lng: RNLanguages.language, resources: resources, fallbackLng: 'en', }) + i18next.changeLanguage(RNLanguages.language); } \ No newline at end of file