invalidateLocalization

abstract fun invalidateLocalization(baseName: String)(source)

Invalidates all the localization bundles with the specified base name.

Parameters

baseName

The base name of the bundles to invalidate


abstract fun invalidateLocalization(baseName: String, locale: Locale)(source)

Invalidates the localization bundles with the specified base name and locale.

Parameters

baseName

The base name of the bundles to invalidate

locale

The locale of the bundle to invalidate