1 locale.module | locale_reset() |
Reset static variables used by locale().
File
- core/
modules/ locale/ locale.module, line 644 - 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');
}