diff --git a/path_breadcrumbs.module b/path_breadcrumbs.module
index a6fd3a8..b5f9ad2 100644
--- a/path_breadcrumbs.module
+++ b/path_breadcrumbs.module
@@ -265,7 +265,7 @@ function path_breadcrumbs_breadcrumb($variables) {
         }
 
         // Means that this is href to the frontpage.
-        if (drupal_strlen($base_string) > drupal_strlen($matches[1])) {
+        if (drupal_strlen($base_string) > drupal_strlen($matches[1]) && strpos($matches[0],$language->prefix) !== false) {
           $href = '';
         }
         // All hrefs exept frontpage.
