reactnative-client
  • @dormakaba/digital-reactnative-client
  • Getting started
  • Changelog
  • Concerns
    • App State
    • Global / Local Snacks
    • Forms
    • Navigation
    • i18n
    • rest api
  • Utils
    • formatters
    • EventEmitter
    • Logger
    • settings
    • validate
    • misc
Powered by GitBook
On this page
  1. Concerns

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);

PreviousNavigationNextrest api

Last updated 6 years ago