git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1697 a333f486-631f-4898-b8df-5754b55c2be0
@@ -597,6 +597,7 @@ EOF
$oUser = new UserExternal();
$oUser->Set('login', $sEmail);
$oUser->Set('contactid', $iContactId);
+ $oUser->Set('language', MetaModel::GetConfig()->GetDefaultLanguage());
}
else
{