? language_dependent.patch
Index: views_atom.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/views_atom/views_atom.module,v
retrieving revision 1.1
diff -u -p -r1.1 views_atom.module
--- views_atom.module	21 Sep 2010 21:36:52 -0000	1.1
+++ views_atom.module	12 Nov 2010 17:03:29 -0000
@@ -89,7 +89,7 @@ function views_atom_get_feed_displays() 
 function views_atom_guid($entity_type, $entity_id) {
   // This is currently set to the absolute system path until a better UUID
   // system can be implemented
-  return url("$entity_type/$entity_id", array('absolute' => TRUE, 'alias' => TRUE, 'purl' => array('disabled' => TRUE)));
+  return url("$entity_type/$entity_id", array('absolute' => TRUE, 'alias' => TRUE, 'purl' => array('disabled' => TRUE), 'language' => ''));
 }
 
 /**
