| 7 locale.module | locale_reset() |
| 8 locale.module | locale_reset() |
Reset static variables used by locale().
2 calls to locale_reset()
File
- modules/
locale/ locale.module, line 726 - Add language handling functionality and enables the translation of the user interface to languages other than English.
Code
function locale_reset() {
drupal_static_reset('locale');
}
Login or register to post comments