Skip to content

I18n.loadResources method

I18n › loadResources

Unofficial

Loads resources using the configured backend.

Signature:

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

Parameters:

ParameterTypeDescription
callback?(() => void) | undefinedOptional callback.

Returns: void