i18n

Internationalization is based on i18next and react-i18next. Consider reading the documentations for more details.

import { reactI18nextModule } from 'react-i18next';
import { i18n } from '@dormakaba/digital-reactnative-client';

i18n
  .use(reactI18nextModule)
  .init(i18nOptions);

Last updated