function locale_reset

Reset static variables used by locale().

2 calls to locale_reset()

File

drupal/core/modules/locale/locale.module, line 348
Enables the translation of the user interface to languages other than English.

Code

function locale_reset() {
  drupal_static_reset('locale');
}