Skip to content

I18n.loadResources method

I18n › loadResources

Unofficial

Loads resources using the configured backend.

Signature:

loadResources(callback?: (() => void) | undefined): void

Parameters:

Parameter Type Description
callback? (() => void) | undefined Optional callback.

Returns: void