locale_is_translatable($langcode)
Checks whether $langcode is a language supported as a locale target.
string $langcode: The language code.
bool Whether $langcode can be translated to in locale.
function locale_is_translatable($langcode) { return $langcode != 'en' || \Drupal::config('locale.settings')->get('translate_english'); }
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!modules!locale!locale.module/function/locale_is_translatable/8.1.x