diff --git a/core/includes/install.inc b/core/includes/install.inc
index 8d7f22d..ec6cf74 100644
--- a/core/includes/install.inc
+++ b/core/includes/install.inc
@@ -1101,7 +1101,7 @@ function st($string, array $args = array(), array $options = array()) {
 
   if (!isset($strings)) {
     $strings = array();
-    if (isset($install_state['parameters']['profile']) && isset($install_state['parameters']['langcode'])) {
+    if (isset($install_state['parameters']['langcode'])) {
       // If the given langcode was selected, there should be at least one .po file
       // with its name ending in install.{$install_state['parameters']['langcode']}.po
       // This might or might not be the entire filename. It is also possible
