Skip to content

I18n.removeResourceBundle method

I18n › removeResourceBundle

Unofficial

Removes a resource bundle.

Signature:

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

Parameters:

ParameterTypeDescription
lngstringLanguage code.
nsstringNamespace.

Returns: I18nThe i18n instance.