useHttpBackendPlugin

fun I18n.useHttpBackendPlugin(configurationBuilder: HttpBackendConfiguration.() -> Unit = {}): I18n

Uses a i18next-http-backend plugin with the i18next instance.

Receiver

The I18n instance to which the http backend plugin will be added.

Return

The I18n instance for chaining.

Parameters

configurationBuilder

lambda that is used to configure the backend plugin.