1 locale.module | locale_translate_english() |
Utility function to tell if locale translates to English.
File
- core/
modules/ locale/ locale.module, line 1026 - Add language handling functionality and enables the translation of the user interface to languages other than English.
Code
function locale_translate_english() {
return config_get('locale.settings', 'translate_english');
}