i18n

Internationalization is based on i18nextarrow-up-right and react-i18nextarrow-up-right. 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