Skip to content

I18n.removeResourceBundle method

I18n › removeResourceBundle

Unofficial

Removes a resource bundle.

Signature:

removeResourceBundle(lng: string, ns: string): I18n

Parameters:

Parameter Type Description
lng string Language code.
ns string Namespace.

Returns: I18nThe i18n instance.