Index: profile_role.module
===================================================================
--- profile_role.module	(revision 12)
+++ profile_role.module	(working copy)
@@ -71,7 +71,10 @@
  * Restrict the user registration form.
  */
 function profile_role_form_user_register_alter(&$form, $form_state) {
-  if ($form['#action'] == '/user/register') {
+  if(module_exists('i18n')) {
+	$prefix = '/'.i18n_get_lang();   
+  }
+  if ($form['#action'] == $prefix.'/user/register') {
     // No way to determine what role user will be, so leave form alone.
     return;
   }
