Get the Newsletter

createInstance

A Method

createInstance(options?: InitOptions, callback?: Callback): i18n

Will return a new i18next instance. Please read the options page for details on configuration options. Providing a callback will automatically call init. The callback will be called after all translations were loaded or with an error when failed (in case of using a backend).

Parameters

options?: InitOptions
callback?: Callback