1.20.x locale.module locale_reset()

Reset static variables used by locale().

File

modules/locale/locale.module, line 645
Add language handling functionality and enables the translation of the user interface to languages other than English.

Code

function locale_reset() {
  backdrop_static_reset('t');
  backdrop_static_reset('locale');
}